Displaying 1 result from an estimated 1 matches for "nbenns".
Did you mean:
benns
2012 Jul 05
1
Ruby DSL parameterized classes and defaults
...all from Puppet DSL:
class {"test":
}
I get this as an error:
err: Could not retrieve catalog from remote server: Error 400 on SERVER:
Puppet::Parser::AST::Resource failed with error NoMethodError: undefined
method `safeevaluate'' for "blah":String at
/data/puppet/nbenns/modules/atg/manifests/init.pp:56 on node <removed>
If I add the parameter in its fine.
If :arguments => { :param1 => "blah" } isn''t used as :arguments => {
paramname => default value }
then what is it?
the documentation isn''t clear at all on this.
T...