system-config/modules/openstack_project/files/puppetmaster/hiera.yaml
Spencer Krum 71662ba502 Formatting updates in hiera.yaml
Puppet 3 wants quotes. Puppet 2.7 doesn't care.
And I want the same quotes everywhere.

Change-Id: Ib277c8bbeede6bdc04eb68098537abf33e5a488b
2014-09-09 16:05:49 -07:00

9 lines
132 B
YAML

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