d7ed978ab2
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
9 lines
126 B
YAML
9 lines
126 B
YAML
---
|
|
:hierarchy:
|
|
- "fqdn/%{::fqdn}"
|
|
- common
|
|
:backends:
|
|
- yaml
|
|
:yaml:
|
|
:datadir: '/etc/puppet/hieradata/%{environment}'
|