diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-05-01 14:15:52 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-05-01 14:15:52 -0300 |
commit | a11e251585d81e8ae35f6bc236aa3b1f7534c1eb (patch) | |
tree | 0b5ff3c49acc8702d5a3429b7fbedb8865df0156 | |
parent | 5cef8e471cfc75f6413ffd0a86ccae3b602e5277 (diff) | |
download | puppet-nodo-a11e251585d81e8ae35f6bc236aa3b1f7534c1eb.tar.gz puppet-nodo-a11e251585d81e8ae35f6bc236aa3b1f7534c1eb.tar.bz2 |
Minor fix at nodo::mail
-rw-r--r-- | manifests/mail.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/mail.pp b/manifests/mail.pp index 2242807..e885a06 100644 --- a/manifests/mail.pp +++ b/manifests/mail.pp @@ -2,7 +2,7 @@ class nodo::mail { # Class for mail nodes $mail_host = true $postfix_relayhost = "$domain" - $postfix_smtp_listen = "$ip" + $postfix_smtp_listen = "$ipaddress" $postfix_mydestination = "\$myorigin" include nodo::vserver |