X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/797c0936202b965e08b02db08c1cc02641ecc399..8afec07ca843bac3eea30e78064a4f9ec39318f5:/roles/ridley.rb diff --git a/roles/ridley.rb b/roles/ridley.rb index 0edbf7eea..d3244ea88 100644 --- a/roles/ridley.rb +++ b/roles/ridley.rb @@ -2,6 +2,9 @@ name "ridley" description "Master role applied to ridley" default_attributes( + :ssl => { + :certificates => %w(osmfoundation openstreetmap) + }, :apache => { :ssl => { :certificate => "osmfoundation", @@ -92,7 +95,7 @@ run_list( "role[switch2osm]", "role[blog]", "role[otrs]", - "role[thinkup]", + "role[donate]", "recipe[dhcpd]", "recipe[openvpn]" )