]> git.openstreetmap.org Git - chef.git/blobdiff - roles/hp-g5.rb
Remove unused role
[chef.git] / roles / hp-g5.rb
diff --git a/roles/hp-g5.rb b/roles/hp-g5.rb
deleted file mode 100644 (file)
index 50986b1..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-name "hp-g5"
-description "Role applied to all HP G5 machines"
-
-default_attributes(
-  :munin => {
-    :plugins => {
-      :hpasmcli2_temp => {
-        :temp1 => { :warning => 60 }
-      }
-    }
-  }
-)