Merge remote-tracking branch 'hdeadman/moduledata'
This commit is contained in:
commit
bf5af116d2
9
hiera.yaml
Normal file
9
hiera.yaml
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
version: 4
|
||||
datadir: data
|
||||
hierarchy:
|
||||
- name: "OS family"
|
||||
backend: yaml
|
||||
path: "osfamily/%{facts.os.family}"
|
||||
- name: "common"
|
||||
backend: yaml
|
||||
@ -30,5 +30,6 @@
|
||||
{ "name": "puppetlabs/stdlib" },
|
||||
{ "name": "puppetlabs/concat", "version_requirement": ">=1.0.0 <2.0.0" },
|
||||
{ "name": "ripienaar/module_data", "version_requirement": ">=0.0.3" }
|
||||
]
|
||||
],
|
||||
"data_provider": "hiera"
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user