aboutsummaryrefslogtreecommitdiff
path: root/manifests/role/mail.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-06-07 20:57:48 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-06-07 20:57:48 -0300
commit050f71c2c60328d0656b970b0a4bf09c48925839 (patch)
tree46925795321520861b3d8c42c9c27761e83f39a5 /manifests/role/mail.pp
parent0f1322ca8bb88d543e01624f98b3438d2038721e (diff)
downloadpuppet-nodo-050f71c2c60328d0656b970b0a4bf09c48925839.tar.gz
puppet-nodo-050f71c2c60328d0656b970b0a4bf09c48925839.tar.bz2
Postfix munin plugins config
Diffstat (limited to 'manifests/role/mail.pp')
-rw-r--r--manifests/role/mail.pp1
1 files changed, 1 insertions, 0 deletions
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,