From: Silvio Rhatto Date: Sat, 1 May 2010 17:15:52 +0000 (-0300) Subject: Minor fix at nodo::mail X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=a11e251585d81e8ae35f6bc236aa3b1f7534c1eb;p=puppet-nodo.git Minor fix at nodo::mail --- 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