From: Silvio Rhatto Date: Mon, 30 Aug 2010 19:30:54 +0000 (-0300) Subject: Minor fixes X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=677da0ac5d95be53cccd80fa2098e6436e1dbe5f;p=puppet-mail.git Minor fixes --- diff --git a/manifests/system.pp b/manifests/system.pp index 6cf759a..bea848a 100644 --- a/manifests/system.pp +++ b/manifests/system.pp @@ -39,7 +39,7 @@ class mail::system { # Sympa mailing list manager case $mail_sympa { true: { - $sympa_relaydomains = ", ${sympa_subdomain}.${domain}" + $sympa_relay_domains = ", ${sympa_subdomain}.${domain}" include mail::sympa } 'disabled': { @@ -57,7 +57,7 @@ class mail::system { '': { $schleuder_subdomain = "encrypted" } } - $schleuder_relaydomains = ", ${schleuder_subdomain}.${domain}" + $schleuder_relay_domains = ", ${schleuder_subdomain}.${domain}" include mail::schleuder } }