diff options
Diffstat (limited to 'manifests')
-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, |