forked from abayer/infrastructure-puppet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhiera.yaml
33 lines (25 loc) · 742 Bytes
/
hiera.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
## If you edit this file, you need to make sure that the webserver is restarted.
:backends:
- yaml
- eyaml
- module_data
:yaml:
:datadir: /etc/puppet/data
:eyaml:
:datadir: /etc/puppet/data
:gpg_gnupghome: /var/lib/puppet/.gnupg
:gpgpghome: /var/lib/puppet/.gnupg
:gpg_always_trust: true
# The ASF specific variables below are created in facter with customfact module.
:hierarchy:
- "nodes/%{clientcert}"
- "roles/%{::noderole}"
- "%{::asfosname}/%{::asfosname}_%{::asfosrelease}"
- "colo/%{asfcolo}"
- "%{::virtual}/%{::asfosname}/%{::asfosname}_%{::asfosrelease}"
- "oem/%{oem}"
- "environment/%{::environment}"
- "common"
:logger: console
:merge_behavior: deeper