]> gitweb.fluxo.info Git - puppet-mail.git/commitdiff
Minor fix
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 21 Jan 2013 20:38:48 +0000 (18:38 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 21 Jan 2013 20:38:48 +0000 (18:38 -0200)
manifests/system.pp

index 8106b2b926cdaec9eb7471a330c851f54e4e76f5..98340e22156f9486c4fe1e1d9be4b2da97781afb 100644 (file)
@@ -64,6 +64,7 @@ class mail::system {
 
   # Mlmmj
   case hiera('mail_mlmmj', false) {
+    true: {
       class { 'mail::mlmmj': }
       $mlmmj_relay_domains = ", ${mail::mlmmj::subdomain}.${domain}"
     }