Update to support puppet 4

This commit is contained in:
Nate Riffe 2016-10-10 06:58:48 -05:00
parent a6b8c2c3d9
commit f9520431c3
3 changed files with 6 additions and 11 deletions

View File

@ -1,4 +0,0 @@
# ex: si ts=2 sw=2 et
:hierarchy:
- osfamily/%{::osfamily}
- common

View File

@ -2,8 +2,8 @@
version: 4
datadir: data
hierarchy:
- name: "OS family"
backend: yaml
path: "osfamily/%{facts.os.family}"
- name: "common"
- name: "Platform"
backend: yaml
paths:
- "osfamily/%{facts.os.family}"
- "common"

View File

@ -1,6 +1,6 @@
{
"name": "inkblot/bind",
"version": "6.0.1",
"version": "7.0.0",
"author": "inkblot",
"license": "Apache-2.0",
"summary": "ISC BIND name server",
@ -28,8 +28,7 @@
],
"dependencies": [
{ "name": "puppetlabs/stdlib" },
{ "name": "puppetlabs/concat", "version_requirement": ">=1.0.0 <2.0.0" },
{ "name": "ripienaar/module_data", "version_requirement": ">=0.0.3" }
{ "name": "puppetlabs/concat", "version_requirement": ">=1.0.0 <2.0.0" }
],
"data_provider": "hiera"
}