diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-06-07 20:57:48 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-06-07 20:57:48 -0300 |
commit | 050f71c2c60328d0656b970b0a4bf09c48925839 (patch) | |
tree | 46925795321520861b3d8c42c9c27761e83f39a5 /manifests/role | |
parent | 0f1322ca8bb88d543e01624f98b3438d2038721e (diff) | |
download | puppet-nodo-050f71c2c60328d0656b970b0a4bf09c48925839.tar.gz puppet-nodo-050f71c2c60328d0656b970b0a4bf09c48925839.tar.bz2 |
Postfix munin plugins config
Diffstat (limited to 'manifests/role')
-rw-r--r-- | manifests/role/mail.pp | 1 |
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, |