From 657845ad0181c3da2505b3f7c2df3982bdf085ea Mon Sep 17 00:00:00 2001 From: Matthew Hicks Date: Mon, 24 Mar 2008 14:38:44 -0400 Subject: Removing the munin monitoring (prod ops has their own version) Added the datasource creation definition --- manifests/init.pp | 4 ---- 1 file changed, 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, -- cgit