Re: [Puppet Users] Problem in looking up key value from hieradata

2017-01-30 Thread Maruti Gangumolu
Thanks you sir! It worked great:) On Mon, Jan 30, 2017 at 6:33 PM, Bart-Jan Vrielink wrote: > Hello, > > > There are a few issues with your example that need to be fixed, to make it > work. > > As a start, you need to prefix certain keywords in /etc/hiera.yaml with a > colon (:). I have tested u

RE: [Puppet Users] Problem in looking up key value from hieradata

2017-01-30 Thread Bart-Jan Vrielink
Hello, There are a few issues with your example that need to be fixed, to make it work. As a start, you need to prefix certain keywords in /etc/hiera.yaml with a colon (:). I have tested using this setup: --- :backends:   - yaml :hierarchy:   - node/%{::fqdn}   - "%{::environment}"   - global