summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/init.pp5
1 files changed, 0 insertions, 5 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index fee8219..47f580f 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -86,11 +86,6 @@ class mysql::server::base {
require => Package[mysql],
}
- munin::plugin {
- [mysql_bytes, mysql_queries, mysql_slowqueries, mysql_threads]:
- require => [ Package[mysql-server], Exec['set_mysql_rootpw'] ],
- }
-
# Collect all databases and users
Mysql_database<<| tag == "mysql_${fqdn}" |>>
Mysql_user<<| tag == "mysql_${fqdn}" |>>