aboutsummaryrefslogtreecommitdiff
path: root/hiera/hiera.yaml
blob: c911f2e6a305744f5dc9d251ac7ea4cd055cb052 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
: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
  - bootstrap