Puppet Class: postfix::access
- Defined in:
- manifests/access.pp
Summary
manage postfix access tableOverview
3 4 5 6 7 8 9 10 |
# File 'manifests/access.pp', line 3
class postfix::access {
$etc_dir = $::postfix::install::etc_dir
$path = "${etc_dir}/access"
postfix::postmap { $path:
description => 'postfix access table'
}
}
|