diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2016-03-19 09:34:14 -0300 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2016-03-19 09:34:14 -0300 | 
| commit | fbfc69ab8315abafa21479c90d7f6679e9755e07 (patch) | |
| tree | a446fe236cd07bf6354ccc88068989efde39f91f /manifests/subsystem/mail.pp | |
| parent | ab0e2abc505a3bf13280786ab8feab434e77d200 (diff) | |
| download | puppet-nodo-fbfc69ab8315abafa21479c90d7f6679e9755e07.tar.gz puppet-nodo-fbfc69ab8315abafa21479c90d7f6679e9755e07.tar.bz2  | |
Drop munin support
Diffstat (limited to 'manifests/subsystem/mail.pp')
| -rw-r--r-- | manifests/subsystem/mail.pp | 8 | 
1 files changed, 0 insertions, 8 deletions
diff --git a/manifests/subsystem/mail.pp b/manifests/subsystem/mail.pp index 271a977..0ada682 100644 --- a/manifests/subsystem/mail.pp +++ b/manifests/subsystem/mail.pp @@ -1,7 +1,6 @@  class nodo::subsystem::mail {    # Email delivery configuration    $mail_delivery = hiera('nodo::subsystem::mail::delivery', 'exim') -  $munin         = hiera('nodo::host::use_munin', false)    case $mail_delivery {      'tunnel': { @@ -13,13 +12,6 @@ class nodo::subsystem::mail {      'postfix', 'disabled': { }      '','exim',default: {          include exim::tls - -        if $munin == true { -          munin::plugin { [ 'exim_mailqueue', 'exim_mailstats' ]: -            ensure => present, -            config => 'user Debian-exim', -          } -        }       }    }  }  | 
