From a11e251585d81e8ae35f6bc236aa3b1f7534c1eb Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 1 May 2010 14:15:52 -0300 Subject: Minor fix at nodo::mail --- manifests/mail.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests') 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 -- cgit v1.2.3