]> git.openstreetmap.org Git - chef.git/blobdiff - roles/munin.rb
Add roles from the private repository
[chef.git] / roles / munin.rb
diff --git a/roles/munin.rb b/roles/munin.rb
new file mode 100644 (file)
index 0000000..046360b
--- /dev/null
@@ -0,0 +1,6 @@
+name "munin"
+description "Role applied to all munin servers"
+
+run_list(
+  "recipe[munin::server]"
+)