Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update hiera yaml to version 5 #36

Merged
merged 1 commit into from
Jan 15, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- stage: intake
env:
- TASK=test
- PUPPET_VERSION='~> 4.5.0'
- PUPPET_VERSION='~> 4.10.0'
- env:
- TASK=test
- env:
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## x.x.x (Month Day, Year)

### Migration Guide

#### Puppet < 4.10 No Longer Supported

Puppet 4.10.0 is the new minimum required version of Puppet.

#### Features

#### Fixes
Expand Down
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.10.0 < 6.0.0"
}
]
}