X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/67c2aceb91955ff583c41807759d203a4478e4b1..14a572f18ce1a0067cea443b45f4c19808b627ca:/roles/ridley.rb diff --git a/roles/ridley.rb b/roles/ridley.rb index 7250ce893..3d742bf5f 100644 --- a/roles/ridley.rb +++ b/roles/ridley.rb @@ -2,15 +2,6 @@ name "ridley" description "Master role applied to ridley" default_attributes( - :ssl => { - :certificates => %w(osmfoundation openstreetmap) - }, - :apache => { - :ssl => { - :certificate => "osmfoundation", - :certificate_chain => "startcom" - } - }, :dhcpd => { :first_address => "10.0.15.1", :last_address => "10.0.15.254" @@ -96,6 +87,7 @@ run_list( "role[blog]", "role[otrs]", "role[donate]", + "recipe[hot]", "recipe[dhcpd]", "recipe[openvpn]" )