Resource Type: postconf_master
- Defined in:
 - lib/puppet/type/postconf_master.rb
 
- Providers:
 - 
      
        postconf
 
Overview
Create a new postconf master.cf entry.
Puppet does not really support generating/prefetching resources with multiple namevars, so this type represents the whole service identifier in the :name 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_master { 'smtp/inet':
      command => 'postscreen'
    }