Re: [Puppet Users] Hiera targetted value lookup

2012-07-24 Thread Aaron Grewell
On Tue, Jul 24, 2012 at 8:08 AM, tomash wrote: > Hi, > > I'm trying to get to grips with hiera and yaml as the backend. > > given a yaml file like this: > > --- > user: > dave: > home: "/home/dave" > shell: "/bin/bash" > steve: > home: "/home/steve" > shell: "/bin/zsh" > > How

[Puppet Users] Hiera targetted value lookup

2012-07-24 Thread tomash
Hi, I'm trying to get to grips with hiera and yaml as the backend. given a yaml file like this: --- user: dave: home: "/home/dave" shell: "/bin/bash" steve: home: "/home/steve" shell: "/bin/zsh" How would I do a hiera lookup for steve's shell? on the cli, I cannot do "hi