Resource Type: postconf
- Defined in:
- lib/puppet/type/postconf.rb
- Providers:
-
postconf
Overview
Create a new postconf entry.
Puppet does not really support generating/prefetching resources with multiple namevars, so this type represents the whole parameter identifier in the :parameter property. This includes the postmulti instance. Valid formats are:
* service/type
* instance::service/type
**Autorequires:** If Puppet is managing the postmulti instance for this entry,
it will be autorequired.
Example:
postconf { 'myhostname':
value => 'foo.bar'
}