From: Silvio Rhatto Date: Fri, 7 Jun 2013 23:57:48 +0000 (-0300) Subject: Postfix munin plugins config X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=050f71c2c60328d0656b970b0a4bf09c48925839;p=puppet-nodo.git Postfix munin plugins config --- diff --git a/manifests/role/mail.pp b/manifests/role/mail.pp index f486313..7264c29 100644 --- a/manifests/role/mail.pp +++ b/manifests/role/mail.pp @@ -7,6 +7,7 @@ class nodo::role::mail { # Graph postfix munin::plugin { [ 'postfix_mailqueue', 'postfix_mailstats' ]: + config => 'user root', ensure => $delivery ? { 'postfix' => present, default => absent,