aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-05-29 11:46:23 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-05-29 11:46:23 -0300
commit5dee6285291b293b34f9239e17bd84e499de0085 (patch)
tree332cf881b1dce6d927fe20d71a98a8b572830abf
parent6d846f6c3d7c3ed3bd6bb7fa7b2886af07021b60 (diff)
downloadpuppet-nodo-5dee6285291b293b34f9239e17bd84e499de0085.tar.gz
puppet-nodo-5dee6285291b293b34f9239e17bd84e499de0085.tar.bz2
Mail can be disabled via nodo::subsystem::mail::delivery
-rw-r--r--manifests/subsystem/mail.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/subsystem/mail.pp b/manifests/subsystem/mail.pp
index c3eda4c..b688794 100644
--- a/manifests/subsystem/mail.pp
+++ b/manifests/subsystem/mail.pp
@@ -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