summaryrefslogtreecommitdiff
path: root/manifests/system.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-21 18:38:48 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-21 18:38:48 -0200
commit3106e1fd5188d27c11dd85227ed595a61fb05518 (patch)
tree8bd8223de3299b6db7abeeca3c9e21bd5070c369 /manifests/system.pp
parent86515e9a0f27d36e38faee05beb03cbb99677e73 (diff)
downloadpuppet-mail-3106e1fd5188d27c11dd85227ed595a61fb05518.tar.gz
puppet-mail-3106e1fd5188d27c11dd85227ed595a61fb05518.tar.bz2
Minor fix
Diffstat (limited to 'manifests/system.pp')
-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}"
}