[Puppet Users] Re: Hiera isn't merging hashes

2014-02-27 Thread paul . lewis
That explains a lot, thanks! On Wednesday, February 26, 2014 10:08:27 PM UTC-5, Charlie Sharpsteen wrote: On Wednesday, February 26, 2014 2:19:23 PM UTC-8, paul@complex.comwrote: I have been doing some experimenting with Puppet + Hiera with some of my hashes, but when it is going

Re: [Puppet Users] Hiera isn't merging hashes

2014-02-26 Thread paul . lewis
I currently have these versions of puppet related packages installed: # yum list installed | grep puppet facter.x86_64 1:1.7.3-1.el6 @puppetlabs-products hiera.noarch1.3.1-1.el6@puppetlabs puppet.noarch 3.3.1-1.el6

[Puppet Users] Three level hashes in ERB

2014-01-16 Thread paul . lewis
I have been trying to create a three level hash to dump into a template, but the deepest layer of the hash seems to not work. My hash: $clusters = { 'Default' = { '127.0.0.1:11211' = { 'hostname' = '127.0.0.1', 'port' = '11211' }, }, } My ERB template