diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-03-19 09:34:14 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-03-19 09:34:14 -0300 |
commit | fbfc69ab8315abafa21479c90d7f6679e9755e07 (patch) | |
tree | a446fe236cd07bf6354ccc88068989efde39f91f /manifests/role/mail.pp | |
parent | ab0e2abc505a3bf13280786ab8feab434e77d200 (diff) | |
download | puppet-nodo-fbfc69ab8315abafa21479c90d7f6679e9755e07.tar.gz puppet-nodo-fbfc69ab8315abafa21479c90d7f6679e9755e07.tar.bz2 |
Drop munin support
Diffstat (limited to 'manifests/role/mail.pp')
-rw-r--r-- | manifests/role/mail.pp | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/manifests/role/mail.pp b/manifests/role/mail.pp index 87a928b..81fe6c9 100644 --- a/manifests/role/mail.pp +++ b/manifests/role/mail.pp @@ -1,19 +1,3 @@ class nodo::role::mail { class { [ 'nodo::role::virtual', 'mail::system' ]: } - - # Graph postfix - munin::plugin { [ 'postfix_mailqueue', 'postfix_mailstats' ]: - config => 'user root', - ensure => present, - } - - # Graph mysql, needed by munin mysql plugin - package { 'libcache-cache-perl': - ensure => present, - } - - munin::plugin { [ 'mysql_queries', 'mysql_slowqueries', 'mysql_bytes', 'mysql_threads' ]: - config => "user root\nenv.mysqlopts --defaults-extra-file=/etc/mysql/debian.cnf", - ensure => present, - } } |