]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Postfix munin plugins config
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 7 Jun 2013 23:57:48 +0000 (20:57 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 7 Jun 2013 23:57:48 +0000 (20:57 -0300)
manifests/role/mail.pp

index f4863139a0f16ef0ebfa550158d6e0c75b200659..7264c29974a2e1d9b061a653a098a938c8bd583b 100644 (file)
@@ -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,