diff options
Diffstat (limited to 'manifests')
-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 |