Re: [Puppet Users] Re: Help me wrap my head around Yaml/Hiera with erwbgy/system

2013-03-15 Thread Keith Burdis
The great thing about Puppet is that it gives you lots of different ways to manage your host data. Personally I am a big fan of hiera and its YAML backend because it is simple for non-Puppet users to understand and allows them to manage the config without having to write or modify Puppet

[Puppet Users] Re: Help me wrap my head around Yaml/Hiera with erwbgy/system

2013-03-14 Thread windowsrefund
plugin aside, I strongly suggest not settling for YAML as a backend for Hiera since you're basically ending up with the same problem you were probably trying to solve; managing data in files. Sure, they're different files but still files. You may as well keep the data in your Puppet manifests

[Puppet Users] Re: Help me wrap my head around Yaml/Hiera with erwbgy/system

2013-03-14 Thread Byron Miller
On Thursday, March 14, 2013 3:10:01 PM UTC-5, windowsrefund wrote: plugin aside, I strongly suggest not settling for YAML as a backend for Hiera since you're basically ending up with the same problem you were probably trying to solve; managing data in files. Sure, they're different files