From fbfc69ab8315abafa21479c90d7f6679e9755e07 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 19 Mar 2016 09:34:14 -0300 Subject: Drop munin support --- manifests/subsystem/mail.pp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'manifests/subsystem/mail.pp') 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', - } - } } } } -- cgit v1.2.3