X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/0ba64ccc3c2b935b93fa9150c7cd6813a8bb06b8..8a4a9679c8e490910bded7466efe9b46ed23884a:/roles/ridley.rb diff --git a/roles/ridley.rb b/roles/ridley.rb index 3d742bf5f..ec985da04 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 => { @@ -88,6 +73,7 @@ run_list( "role[otrs]", "role[donate]", "recipe[hot]", + "recipe[dmca]", "recipe[dhcpd]", "recipe[openvpn]" )