Puppet Class: postfix::params
- Inherited by:
-
postfix
- Defined in:
- manifests/params.pp
Summary
Default parametersOverview
This class provides the appropriate values for operating system specific variables.
22 23 24 25 26 27 28 29 |
# File 'manifests/params.pp', line 22
class postfix::params (
String $mailx_package,
String $restart_cmd,
String $master_os_template,
Optional[String] $aliasesseltype,
Optional[String] $seltype,
) {
}
|