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
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*