----- Original Message -----
> From: "John Warburton" <jwarbur...@gmail.com>
> To: puppet-users@googlegroups.com
> Sent: Tuesday, May 8, 2012 12:14:48 PM
> Subject: Re: [Puppet Users] Puppet 3.0 and Hiera
> 
> 
> On 8 May 2012 20:00, Derek J. Balling < dr...@megacity.org > wrote:
> 
> 
> 
> 
> On May 7, 2012, at 12:47 PM, Christopher Wood wrote:
> > Wrapper script (similar concept for anywhere with a yaml reader):
> 
> Still have to *write* the YAML files.
> 
> 
> 
> Oh yeah. This is my big motivator sticking with extlookup and not
> converting to Hiera - anyone in the team can do CSV. But YAML is
> starting to push well into the dev camp and far away from ops (IMHO)

If you want the same abilities that CSV has then this would be your YAML:

sysadmin: y...@your.com
nameservers: [1.2.3.4, 2.3.4.5]

just that simple, I think this is much clearer than CSV.  If people really are
attached to CSV i guess it would be pretty trivial to write a CSV backend for
hiera but in the past one of the big complaints I had about extlookup was CSV
files.

When extlookup was written puppet did not have hashes and so CSV was a perfect
fit, now though it does and CSV just cant store all the kinds of data we needed
so rather than provide a crippled CSV implementation I decided to skip it.

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to