]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Mail can be disabled via nodo::subsystem::mail::delivery
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 29 May 2014 14:46:23 +0000 (11:46 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 29 May 2014 14:46:23 +0000 (11:46 -0300)
manifests/subsystem/mail.pp

index c3eda4c4a144e6d57f11049bc61955b5b2c24c74..b68879482551f546859542f941ddd5997f9235af 100644 (file)
@@ -4,13 +4,13 @@ class nodo::subsystem::mail {
   $munin         = hiera('nodo::host::use_munin', True)
 
   case $mail_delivery {
-    'tunnel': {              
+    'tunnel': {
       $mail_hostname = hiera('nodo::subsystem::mail::hostname')
       tunnel::autossh::mail { "$mail_hostname":
         sshport   => hiera('nodo::subsystem::mail::ssh_port'),
       }
     }
-    'postfix': { }
+    'postfix', 'disabled': { }
     '','exim',default: {
         include exim::tls