Vladimir Brik
2014-Oct-17 17:29 UTC
[Puppet Users] Overriding class parameters using a collector
Hello,
Is it possible to override parameters of a class using a collector?
(similarly to
https://docs.puppetlabs.com/puppet/latest/reference/lang_resources.html#amending-attributes-with-a-collector)
The following gives "Resource type cls doesn't exist" error:
class cls($arg="default"){notify{$arg:}}
node foo
{
Cls <| |> {arg => "override"}
class{'cls':}
}
It works if I change "class" to "define" though.
Thanks,
Vlad
--
You received this message because you are subscribed to the Google Groups
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to puppet-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/puppet-users/544151EF.7080709%40icecube.wisc.edu.
For more options, visit https://groups.google.com/d/optout.