summaryrefslogtreecommitdiff
path: root/manifests/system.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/system.pp')
-rw-r--r--manifests/system.pp11
1 files changed, 11 insertions, 0 deletions
diff --git a/manifests/system.pp b/manifests/system.pp
index 4adc292..95179ee 100644
--- a/manifests/system.pp
+++ b/manifests/system.pp
@@ -85,9 +85,11 @@ class mail::system(
$sympa_relay_domains = ", ${mail::sympa::subdomain}.${domain}"
}
'disabled': {
+ $sympa_relay_domains = ''
include mail::sympa::disabled
}
default: {
+ $sympa_relay_domains = ''
}
}
@@ -97,6 +99,9 @@ class mail::system(
class { 'mail::schleuder': }
$schleuder_relay_domains = ", ${mail::schleuder::subdomain}.${domain}"
}
+ default: {
+ $schleuder_relay_domains = ''
+ }
}
# Mlmmj
@@ -106,6 +111,9 @@ class mail::system(
$mlmmj_relay_domains = ", ${mail::mlmmj::subdomain}.${domain}"
}
+ default: {
+ $mlmmj_relay_domains = ''
+ }
}
# Firma
@@ -114,6 +122,9 @@ class mail::system(
class { 'mail::firma': }
$firma_relay_domains = ", ${mail::firma::subdomain}.${domain}"
}
+ default: {
+ $firma_relay_domains = ''
+ }
}
# GPG Mail Gateway