summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Hicks <mhicks@mhicks-host.usersys.redhat.com>2008-03-24 14:38:44 -0400
committerBrenton Leanhardt <bleanhar@redhat.com>2008-03-28 09:08:51 -0400
commit657845ad0181c3da2505b3f7c2df3982bdf085ea (patch)
tree2b9347efaf39e7d0f242559d7048b40985fc578e
parentc26e3d2a57f43a0e2e1a70828749632528b32af0 (diff)
downloadpuppet-mysql-657845ad0181c3da2505b3f7c2df3982bdf085ea.tar.gz
puppet-mysql-657845ad0181c3da2505b3f7c2df3982bdf085ea.tar.xz
puppet-mysql-657845ad0181c3da2505b3f7c2df3982bdf085ea.zip
Removing the munin monitoring (prod ops has their own version) Added the datasource creation definition
-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,