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
This commit is contained in:
Spencer Krum 2014-08-28 17:59:33 -07:00
parent a0f3dff658
commit 71662ba502

View File

@ -1,8 +1,8 @@
--- ---
:hierarchy: :hierarchy:
- %{operatingsystem} - "%{::operatingsystem}"
- common - common
:backends: :backends:
- yaml - yaml
:yaml: :yaml:
:datadir: '/etc/puppet/hieradata/%{environment}' :datadir: "/etc/puppet/hieradata/%{environment}"