summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--manifests/init.pp4
1 files changed, 0 insertions, 4 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index aa1941c..795fcb1 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -8,10 +8,6 @@ class mysql::server {
ensure => installed,
}
- munin::plugin {
- [mysql_bytes, mysql_queries, mysql_slowqueries, mysql_threads]:
- }
-
service { mysql:
ensure => running,
hasstatus => true,