Start with a storeconf munin thing
[mirror/dsa-puppet.git] / modules / munin / manifests / master-per-node.pp
diff --git a/modules/munin/manifests/master-per-node.pp b/modules/munin/manifests/master-per-node.pp
new file mode 100644 (file)
index 0000000..5f8dee9
--- /dev/null
@@ -0,0 +1,5 @@
+define munin::master-per-node() {
+       file { "/etc/munin/munin-conf.d/${name}.conf":
+               content => template('munin/munin.conf-per-node.erb'),
+       }
+}