summaryrefslogtreecommitdiff
path: root/manifests/plugins
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2011-03-24 23:28:25 -0400
committerMicah Anderson <micah@riseup.net>2011-03-24 23:28:25 -0400
commite7cb137590fc0c28da9854252c76c3e08b866c63 (patch)
treee7ff69a12e213fb148db9a20ce2d38274c6f8eb5 /manifests/plugins
parent6a5439f2ad807f15f588266432afa8fc2cd76410 (diff)
remove outdated and undesirable apt_all plugin on debian systems which triggers random apt-get update commands
Conflicts: manifests/plugins/debian.pp
Diffstat (limited to 'manifests/plugins')
-rw-r--r--manifests/plugins/debian.pp2
1 files changed, 0 insertions, 2 deletions
diff --git a/manifests/plugins/debian.pp b/manifests/plugins/debian.pp
index 970fa9d..6d2faef 100644
--- a/manifests/plugins/debian.pp
+++ b/manifests/plugins/debian.pp
@@ -1,4 +1,2 @@
class munin::plugins::debian inherits munin::plugins::base {
- munin::plugin { apt_all: ensure => present; }
}
-