diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-21 18:38:48 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-21 18:38:48 -0200 |
commit | 3106e1fd5188d27c11dd85227ed595a61fb05518 (patch) | |
tree | 8bd8223de3299b6db7abeeca3c9e21bd5070c369 /manifests | |
parent | 86515e9a0f27d36e38faee05beb03cbb99677e73 (diff) | |
download | puppet-mail-3106e1fd5188d27c11dd85227ed595a61fb05518.tar.gz puppet-mail-3106e1fd5188d27c11dd85227ed595a61fb05518.tar.bz2 |
Minor fix
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/system.pp | 1 |
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}" } |