aboutsummaryrefslogtreecommitdiff
path: root/manifests/mail.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-05-01 14:15:52 -0300
committerSilvio Rhatto <rhatto@riseup.net>2010-05-01 14:15:52 -0300
commita11e251585d81e8ae35f6bc236aa3b1f7534c1eb (patch)
tree0b5ff3c49acc8702d5a3429b7fbedb8865df0156 /manifests/mail.pp
parent5cef8e471cfc75f6413ffd0a86ccae3b602e5277 (diff)
downloadpuppet-nodo-a11e251585d81e8ae35f6bc236aa3b1f7534c1eb.tar.gz
puppet-nodo-a11e251585d81e8ae35f6bc236aa3b1f7534c1eb.tar.bz2
Minor fix at nodo::mail
Diffstat (limited to 'manifests/mail.pp')
-rw-r--r--manifests/mail.pp2
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