move hiera.yaml into repo root
[mirror/dsa-puppet.git] / hiera.yaml
1 ---
2 :hierarchy:
3   - 'nodes/%{trusted.certname}'
4   - 'hosters/%{hoster}'
5   - 'clusters/%{cluster}'
6   - 'common'
7 :backends:
8   - yaml
9 :yaml:
10   :datadir: '/etc/puppet/hieradata'