Puppet Class: postfix::params
- Inherited by:
-
postfix
postfix::config
postfix::service
- Defined in:
- manifests/params.pp
Overview
1 2 3 4 5 |
# File 'manifests/params.pp', line 1
class postfix::params (
) {
$postfix_master_cf = '/etc/postfix/master.cf'
$postfix_main_cf = '/etc/postfix/main.cf'
}
|