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:
parent
a0f3dff658
commit
71662ba502
@ -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}"
|
||||||
|
Loading…
Reference in New Issue
Block a user