X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/c52b1bc996300d8fd3044532b701edaeca1482eb..c580104cc2296be4e5feddd87205d1d414e594d7:/roles/ridley.rb diff --git a/roles/ridley.rb b/roles/ridley.rb index f9ec9ebc7..62228f5bc 100644 --- a/roles/ridley.rb +++ b/roles/ridley.rb @@ -6,21 +6,6 @@ default_attributes( :first_address => "10.0.15.1", :last_address => "10.0.15.254" }, - :munin => { - :graphs => { - :apcpdu_ucl => { - :title => "Current for UCL", - :vlabel => "Amps", - :category => "Ups", - :values => { - :load => { - :sum => ["apcpdu_apc1.load", "apcpdu_apc2.load", "apcpdu_apc3.load"], - :label => "Load" - } - } - } - } - }, :networking => { :interfaces => { :external_ipv4 => { @@ -87,6 +72,7 @@ run_list( "role[blog]", "role[otrs]", "role[donate]", + "recipe[hot]", "recipe[dhcpd]", "recipe[openvpn]" )