X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/1c14a35ff753f0932435b1ce189e97ab17b2f72a..1ec15b86db8105fd1ea7fe6f033c6e2e92473350:/roles/ridley.rb diff --git a/roles/ridley.rb b/roles/ridley.rb index bb07b565f..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", @@ -12,11 +15,6 @@ default_attributes( :first_address => "10.0.15.1", :last_address => "10.0.15.254" }, - :exim => { - :aliases => { - :root => "grant" - } - }, :munin => { :graphs => { :apcpdu_ucl => { @@ -97,7 +95,7 @@ run_list( "role[switch2osm]", "role[blog]", "role[otrs]", - "role[thinkup]", + "role[donate]", "recipe[dhcpd]", "recipe[openvpn]" )