]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Minor fix at nodo::mail
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 1 May 2010 17:15:52 +0000 (14:15 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 1 May 2010 17:15:52 +0000 (14:15 -0300)
manifests/mail.pp

index 22428073b8beb0f5a36675b0edd43a172175c12e..e885a065154e6da2071ea9e80d8467587b193506 100644 (file)
@@ -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