From 677da0ac5d95be53cccd80fa2098e6436e1dbe5f Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 30 Aug 2010 16:30:54 -0300 Subject: Minor fixes --- manifests/system.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manifests/system.pp') 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 } } -- cgit v1.2.3