diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-02-20 10:40:37 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-02-20 10:40:37 -0300 |
commit | 9c350efb31084cd0b39f52ec0d84d3b949a41f21 (patch) | |
tree | 8e8a64e8bf99a40549acff928a752f2449f9fb39 /manifests/classes/postfix-mta.pp | |
parent | a5c262bbb1cfb95c5bcb7c59bccb6736dcc17214 (diff) | |
parent | d374575bfb9f6ebe55af1ffac537e7ccd0f484a9 (diff) | |
download | puppet-postfix-9c350efb31084cd0b39f52ec0d84d3b949a41f21.tar.gz puppet-postfix-9c350efb31084cd0b39f52ec0d84d3b949a41f21.tar.bz2 |
Merge branch 'master' of git://gaffer.ptitcanardnoir.org/puppet-module-postfix into reviewreview
Diffstat (limited to 'manifests/classes/postfix-mta.pp')
-rw-r--r-- | manifests/classes/postfix-mta.pp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/manifests/classes/postfix-mta.pp b/manifests/classes/postfix-mta.pp index 16b1981..c36c0bc 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" } |