| Class | Puppet::Parameter |
| In: |
lib/puppet/parameter.rb
|
| Parent: | Object |
| default | [R] | |
| metaparam | [RW] | |
| munger | [R] | |
| name | [R] | |
| parent | [RW] | LAK 2007-05-09: Keep the @parent around for backward compatibility. |
| required_features | [R] | |
| resource | [RW] | |
| validater | [R] | |
| value_collection | [R] |
Does the parameter supports reverse munge? This will be called when something wants to access the parameter in a canonical form different to what the storage form is.
Retrieve the resource‘s provider. Some types don‘t have providers, in which case we return the resource object itself.