Re: [Puppet Users] hiera puppet augeas and hash keys ?

2012-04-17 Thread Luke Bigum
On 16/04/12 21:08, puppetguest wrote: Hi, if possible can someone post a working example please ? I am using hiera => puppet => augeas. cat myserver.yaml --- myserver: "Birthday": '1' "Debug": '5' The no. of settings will change, so i would like to use a hash here. The hiera

[Puppet Users] hiera puppet augeas and hash keys ?

2012-04-16 Thread puppetguest
Hi, if possible can someone post a working example please ? I am using hiera => puppet => augeas. cat myserver.yaml --- myserver: "Birthday": '1' "Debug": '5' The no. of settings will change, so i would like to use a hash here. The hiera lookup works already: >hiera -c /etc/pupp