]> git.openstreetmap.org Git - chef.git/blobdiff - roles/munin.rb
Update bundle
[chef.git] / roles / munin.rb
diff --git a/roles/munin.rb b/roles/munin.rb
deleted file mode 100644 (file)
index 1522c96..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-name "munin"
-description "Role applied to all munin servers"
-
-default_attributes(
-  :munin => {
-    :plugins => {
-      :munin_update => {
-        :contacts => "null"
-      }
-    }
-  }
-)
-
-run_list(
-  "recipe[munin::server]"
-)