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
you need to use hiera 1.2 and enable deep merging
On 26 Feb 2014 22:19, wrote:
> I have been doing some experimenting with Puppet + Hiera with some of my
> hashes, but when it is going through my hierarchy it is returning whatever
> hash it hits first and skipping the others.
>
> For my node 'san
I have been doing some experimenting with Puppet + Hiera with some of my
hashes, but when it is going through my hierarchy it is returning whatever
hash it hits first and skipping the others.
For my node 'sandbox1'
sandbox.pp:
node /^sandbox\d+/ {
class { 'php':}
notify { 'PHP hash':
m