aboutsummaryrefslogtreecommitdiff
path: root/hiera/hiera.yaml
blob: d22acc069444236c3568d560f3032a74eded34e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
:backends:
  - yaml
:yaml:
  :datadir: hiera
:hierarchy:
  - '%{::environment}/domain/%{::domain}/node/%{::clientcert}'
  - '%{::environment}/domain/%{::domain}/role/%{::role}'
  - '%{::environment}/domain/%{::domain}/location/%{::location}'
  - '%{::environment}/domain/%{::domain}/%{::domain}'
  - '%{::environment}/location/%{::location}'
  - '%{::environment}/virtual/%{::virtual}'
  - '%{::environment}/role/%{::role}'
  - common