]> git.openstreetmap.org Git - chef.git/blob - roles/hp-g9.rb
Remove redundant config for disabling IPv6 autoconf
[chef.git] / roles / hp-g9.rb
1 name "hp-g9"
2 description "Role applied to all HP G9 machines"
3
4 default_attributes(
5   :munin => {
6     :plugins => {
7       :hpasmcli2_temp => {
8         :temp11 => { :warning => 85, :critical => 100 },
9         :temp12 => { :warning => 85, :critical => 100 },
10         :temp19 => { :warning => 85, :critical => 100 },
11         :temp20 => { :warning => 85, :critical => 100 }
12       }
13     }
14   }
15 )