Added basic Hiera configuration
This commit is contained in:
parent
631f149302
commit
6442629208
3 changed files with 96 additions and 0 deletions
9
hiera.yaml
Normal file
9
hiera.yaml
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
:backends:
|
||||
- yaml
|
||||
:hierarchy:
|
||||
- "%{clientcert}"
|
||||
- defaults
|
||||
|
||||
:yaml:
|
||||
:datadir: /etc/puppet/hieradata
|
Loading…
Add table
Add a link
Reference in a new issue