From 1c4781b090f5f58b164913bf9e0aa5ed72705ef3 Mon Sep 17 00:00:00 2001 From: Ossi Salmi Date: Sat, 11 Feb 2012 12:04:03 +0200 Subject: [PATCH] Removed vmware_vms plugin from munin::node --- munin/manifests/init.pp | 2 -- 1 file changed, 2 deletions(-) diff --git a/munin/manifests/init.pp b/munin/manifests/init.pp index f1fa681..3076c5e 100644 --- a/munin/manifests/init.pp +++ b/munin/manifests/init.pp @@ -52,8 +52,6 @@ class munin::node { notify => Service["munin-node"], } - munin::plugin { "vmware_vms": config => "vmware" } - }