Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-11-09 | (#23115) Convert nil resource parameter values to undef | Dominic Cleal | 1 | -0/+8 | |
If a resource parameter evaluates to nil (e.g. a return value from a parser function), then convert the value to undef. This prevents an error in Puppet::Parser::Resource::Param which requires a non-nil value on instantiation. | |||||
2013-11-09 | (maint) Add specs for parser resource parameters | Dominic Cleal | 1 | -0/+43 | |
Classes Puppet::Parser::AST::ResourceParam and Puppet::Parser::Resource::Param |