aboutsummaryrefslogtreecommitdiff
path: root/manifests/classes/postfix-mta.pp
diff options
context:
space:
mode:
authorVarac <varacanero@zeromail.org>2009-12-17 16:37:53 +0100
committerVarac <varacanero@zeromail.org>2009-12-17 16:37:53 +0100
commit60544a57c9e2d014061d2c2775654918890a648c (patch)
tree77e9a65cffe8161d77d70ae629afe9a20868058f /manifests/classes/postfix-mta.pp
parent8a23f6d5b1022d79432734366e131af6f5d3b46f (diff)
downloadpuppet-postfix-60544a57c9e2d014061d2c2775654918890a648c.tar.gz
puppet-postfix-60544a57c9e2d014061d2c2775654918890a648c.tar.bz2
added postfix::amavis, no relayhost needed for postfix::mta
Diffstat (limited to 'manifests/classes/postfix-mta.pp')
-rw-r--r--manifests/classes/postfix-mta.pp6
1 files changed, 3 insertions, 3 deletions
diff --git a/manifests/classes/postfix-mta.pp b/manifests/classes/postfix-mta.pp
index 9046bad..ff94c91 100644
--- a/manifests/classes/postfix-mta.pp
+++ b/manifests/classes/postfix-mta.pp
@@ -32,9 +32,9 @@
#
class postfix::mta {
- case $postfix_relayhost {
- "": { fail("Required \$postfix_relayhost variable is not defined.") }
- }
+ #case $postfix_relayhost {
+ # "": { fail("Required \$postfix_relayhost variable is not defined.") }
+ #}
case $postfix_mydestination {
"": { $postfix_mydestination = "\$myorigin" }