]> git.openstreetmap.org Git - chef.git/blob - roles/hp-g5.rb
Fix secret key deletion when a rails API is removed
[chef.git] / roles / hp-g5.rb
1 name "hp-g5"
2 description "Role applied to all HP G5 machines"
3
4 default_attributes(
5   :munin => {
6     :plugins => {
7       :hpasmcli2_temp => {
8         :temp1 => { :warning => 60 }
9       }
10     }
11   }
12 )