| Class | Puppet::Provider |
| In: |
lib/puppet/provider.rb
|
| Parent: | Object |
The container class for implementations.
| doc | [W] | |
| model | [R] | LAK 2007-05-09: Keep the model stuff around for backward compatibility |
| model | [R] | LAK 2007-05-09: Keep the model stuff around for backward compatibility |
| name | [RW] | |
| resource | [RW] | |
| resource_type | [RW] | |
| source | [W] | The source parameter exists so that providers using the same source can specify this, so reading doesn‘t attempt to read the same package multiple times. |
Does this implementation match all of the default requirements? If defaults are empty, we return false.
The method for returning a list of provider instances. Note that it returns providers, preferably with values already filled in, not resources.
Create getter/setter methods for each property our resource type supports. They all get stored in @property_hash. This method is useful for those providers that use prefetch and flush.
Create getter/setter methods for each property our resource type supports. They all get stored in @property_hash. This method is useful for those providers that use prefetch and flush.