infra-ansible/roles/bootstrap_puppetmaster/files/hiera/hiera.yaml
Ricardo Carrillo Cruz d7ed978ab2 Switch to roles/profiles pattern and Hiera as ENC for role assignment
Turns out using Hiera as ENC is limited and you can't order the classes
to be applied on a node.
This change switched to the Roles/Profiles pattern and uses Hiera as ENC
still, but only to assign which role a node belongs to
2015-08-26 13:23:22 +02:00

9 lines
126 B
YAML

---
:hierarchy:
- "fqdn/%{::fqdn}"
- common
:backends:
- yaml
:yaml:
:datadir: '/etc/puppet/hieradata/%{environment}'