On Tue, Jul 24, 2012 at 8:08 AM, tomash <
tom.a...@gmail.com> 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 would I do a hiera lookup for steve's shell?
> on the cli, I cannot do "hiera steve.shell" as I might expect.