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