Re: [Puppet Users] Hiera driving me round the bend

2021-10-14 Thread David Murphy
e.yaml > --- > profile::attributes::name: ‘Oracle' > > > Within your Puppet code: > class profile::attributes ( > $name, > ){ > notify { ‘attrlist’: > message => $name, > } > } > > This will return all of the existing profile::attributes::na

[Puppet Users] Hiera driving me round the bend

2021-10-11 Thread David Murphy
Hi Guys, You have to forgive this but it’s driving me nuts. I thought I understood the way that Hiera worked and trying to get it to work in the way I expect has had me seriously doubting myself. My hiera.yaml looks like this *---* *# Hiera 5 Global configuration file* * version: 5*