summaryrefslogtreecommitdiff
path: root/manifests/puppetmaster/munin.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/puppetmaster/munin.pp')
-rw-r--r--manifests/puppetmaster/munin.pp9
1 files changed, 0 insertions, 9 deletions
diff --git a/manifests/puppetmaster/munin.pp b/manifests/puppetmaster/munin.pp
deleted file mode 100644
index 4500b74..0000000
--- a/manifests/puppetmaster/munin.pp
+++ /dev/null
@@ -1,9 +0,0 @@
-class puppet::puppetmaster::munin {
-
- munin::plugin::deploy {
- [ 'puppetmaster_memory', 'puppet_clients' ]:
- source => "puppet/munin/puppet_",
- config => "user root"
- }
-
-}