summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/system.pp4
1 files changed, 2 insertions, 2 deletions
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
}
}