[Puppet Users] "varargs" usage in Parameterized Classes

2012-09-24 Thread Adrian Muraru
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

[Puppet Users] Re: "varargs" usage in Parameterized Classes

2012-09-25 Thread Adrian Muraru
myhash => {}) { > ... > } > > and I use the class like this: > myclass { "myclass" : > myhash => { "mykey" => "myvalue" }, > } > > works like a charm. > > > HTH, > Axel. > > > Am Montag, 24. Septem

[Puppet Users] Hiera 3.X subkeys lookup

2015-12-07 Thread Adrian Muraru
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

[Puppet Users] Hiera subkeys lookup should be configurable

2016-01-28 Thread Adrian Muraru
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