X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/e403e4e66b1b43014be090a3138733c75aad1004..291deafc9f84fdee1d0ff92ca2268297c828bb74:/roles/ridley.rb diff --git a/roles/ridley.rb b/roles/ridley.rb index e83f9f2b6..ec985da04 100644 --- a/roles/ridley.rb +++ b/roles/ridley.rb @@ -2,30 +2,10 @@ name "ridley" description "Master role applied to ridley" default_attributes( - :chef => { - :client => { - :version => "13.6.4" - } - }, :dhcpd => { :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 => { @@ -92,6 +72,8 @@ run_list( "role[blog]", "role[otrs]", "role[donate]", + "recipe[hot]", + "recipe[dmca]", "recipe[dhcpd]", "recipe[openvpn]" )