X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/b0e794ecd4ca2669d1f34c563ed2cfcc8b37a06c..291deafc9f84fdee1d0ff92ca2268297c828bb74:/roles/ridley.rb diff --git a/roles/ridley.rb b/roles/ridley.rb index 13ba3dafd..ec985da04 100644 --- a/roles/ridley.rb +++ b/roles/ridley.rb @@ -2,33 +2,10 @@ name "ridley" description "Master role applied to ridley" default_attributes( - :ssl => { - :certificates => %w(osmfoundation openstreetmap) - }, - :apache => { - :ssl => { - :certificate => "osmfoundation" - } - }, :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 => { @@ -95,6 +72,8 @@ run_list( "role[blog]", "role[otrs]", "role[donate]", + "recipe[hot]", + "recipe[dmca]", "recipe[dhcpd]", "recipe[openvpn]" )