aboutsummaryrefslogtreecommitdiff
path: root/manifests/role/mail.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/role/mail.pp')
-rw-r--r--manifests/role/mail.pp16
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,
- }
}