summaryrefslogtreecommitdiff
path: root/manifests/classes/postfix-mailman.pp
diff options
context:
space:
mode:
authorFrancois Deppierraz <francois.deppierraz@camptocamp.com>2009-12-22 20:28:15 +0100
committerFrancois Deppierraz <francois.deppierraz@camptocamp.com>2009-12-22 20:30:26 +0100
commit18661db4da9bb3f599ee473993c267de918fa0ce (patch)
tree8910cd4f931b54ab8609279541108ad098ea5b60 /manifests/classes/postfix-mailman.pp
parent8a23f6d5b1022d79432734366e131af6f5d3b46f (diff)
Breaks backward compat: A few $postfix_ng_ variables were changed into $postfix_ variables
Diffstat (limited to 'manifests/classes/postfix-mailman.pp')
-rw-r--r--manifests/classes/postfix-mailman.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/classes/postfix-mailman.pp b/manifests/classes/postfix-mailman.pp
index c6c7981..cba0848 100644
--- a/manifests/classes/postfix-mailman.pp
+++ b/manifests/classes/postfix-mailman.pp
@@ -15,7 +15,7 @@
# }
#
class postfix::mailman {
- $postfix_ng_smtp_listen = "0.0.0.0"
+ $postfix_smtp_listen = "0.0.0.0"
include postfix
postfix::config {