Skip to content

Commit

Permalink
Update hiera yaml to version 5
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoll committed Jan 11, 2019
1 parent eec0641 commit efd88fc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
13 changes: 8 additions & 5 deletions hiera.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
---
version: 4
datadir: data
version: 5

defaults:
datadir: data
data_hash: 'yaml_data'

hierarchy:
- name: "Default values"
backend: yaml
path: "common"
- name: 'Default values'
path: 'common.yaml'
3 changes: 1 addition & 2 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"source": "https://github.com/elastic/puppet-kibana",
"project_page": "https://github.com/elastic/puppet-kibana",
"issues_url": "https://github.com/elastic/puppet-kibana/issues",
"data_provider": "hiera",
"dependencies": [
{
"name": "elastic/elastic_stack",
Expand Down Expand Up @@ -59,7 +58,7 @@
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 4.5.0 < 6.0.0"
"version_requirement": ">= 4.9.0 < 6.0.0"
}
]
}

0 comments on commit efd88fc

Please sign in to comment.