summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/system.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/system.pp b/manifests/system.pp
index 8106b2b..98340e2 100644
--- a/manifests/system.pp
+++ b/manifests/system.pp
@@ -64,6 +64,7 @@ class mail::system {
# Mlmmj
case hiera('mail_mlmmj', false) {
+ true: {
class { 'mail::mlmmj': }
$mlmmj_relay_domains = ", ${mail::mlmmj::subdomain}.${domain}"
}