Update to support puppet 4
This commit is contained in:
parent
a6b8c2c3d9
commit
f9520431c3
@ -1,4 +0,0 @@
|
||||
# ex: si ts=2 sw=2 et
|
||||
:hierarchy:
|
||||
- osfamily/%{::osfamily}
|
||||
- common
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user