X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/21958591555b0b80370e944e3128ac5d533c281d..dce9660c267631d0f28cf2f25578133536f1d201:/roles/ridley.rb diff --git a/roles/ridley.rb b/roles/ridley.rb index f4f45c032..47e12e7d0 100644 --- a/roles/ridley.rb +++ b/roles/ridley.rb @@ -2,6 +2,12 @@ name "ridley" description "Master role applied to ridley" default_attributes( + :apache => { + :ssl => { + :certificate => "osmfoundation", + :certificate_chain => "startcom" + } + }, :dhcpd => { :first_address => "10.0.15.1", :last_address => "10.0.15.254" @@ -76,7 +82,7 @@ default_attributes( run_list( "role[ucl-wolfson]", - "role[hp-g6]", + "role[hp-dl360-g6]", "role[gateway]", "role[foundation]", "role[stateofthemap]",