aboutsummaryrefslogtreecommitdiff
path: root/manifests/classes/postfix-mailman.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/classes/postfix-mailman.pp')
-rw-r--r--manifests/classes/postfix-mailman.pp10
1 files changed, 5 insertions, 5 deletions
diff --git a/manifests/classes/postfix-mailman.pp b/manifests/classes/postfix-mailman.pp
index 6a34f45..ace2af1 100644
--- a/manifests/classes/postfix-mailman.pp
+++ b/manifests/classes/postfix-mailman.pp
@@ -1,19 +1,19 @@
-class postfix-ng::mailman {
+class postfix::mailman {
$postfix_ng_smtp_listen = "0.0.0.0"
- include postfix-ng
+ include postfix
- postfix-ng::config {
+ postfix::config {
"mydestination": value => "";
"virtual_alias_maps": value => "hash:/etc/postfix/virtual";
"transport_maps": value => "hash:/etc/postfix/transport";
"mailman_destination_recipient_limit": value => "1", nonstandard => true;
}
- postfix-ng::hash { "/etc/postfix/virtual":
+ postfix::hash { "/etc/postfix/virtual":
ensure => present,
}
- postfix-ng::hash { "/etc/postfix/transport":
+ postfix::hash { "/etc/postfix/transport":
ensure => present,
}