Is it possible to define a parametrized class but allowing variable number
of arguments?
thanks,
adrian
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/puppet-users/-/fB6
myhash => {}) {
> ...
> }
>
> and I use the class like this:
> myclass { "myclass" :
> myhash => { "mykey" => "myvalue" },
> }
>
> works like a charm.
>
>
> HTH,
> Axel.
>
>
> Am Montag, 24. Septem
With the addition of subkeys lookup, e.g. hiera('a.b.c'), those yaml
configuration files already including top level keys with a "." in the key
name are rendered invalid.
Is there a way to disable subkey lookup support on demand for a given
backend?
thanks,
adrian
--
You received this message
Hi guys,
Hiera 3 apparently breaks old yaml configuration where keys are containing
"." char.
I filed https://tickets.puppetlabs.com/browse/HI-496.
Is it just me seeing this issue?
thanks,
adrian
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group