X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/c55519f7693cb89131a4b09669634bf7b7966e08..0ce945812edc79a9a404125f30ba3af49abe2bcc:/cookbooks/stateofthemap/recipes/default.rb diff --git a/cookbooks/stateofthemap/recipes/default.rb b/cookbooks/stateofthemap/recipes/default.rb index 394d2d0d8..01c4bc910 100644 --- a/cookbooks/stateofthemap/recipes/default.rb +++ b/cookbooks/stateofthemap/recipes/default.rb @@ -270,7 +270,7 @@ end end ssl_certificate "#{year}.stateofthemap.org" do - domains ["#{year}.stateofthemap.org", "#{year}.stateofthemap.com"] + domains ["#{year}.stateofthemap.org", "#{year}.stateofthemap.com", "#{year}.sotm.org"] notifies :reload, "service[apache2]" end @@ -287,6 +287,9 @@ package %w[ zlib1g-dev ] +apache_module "expires" +apache_module "rewrite" + gem_package "bundler" do version "1.17.3" end @@ -333,7 +336,7 @@ end end ssl_certificate "#{year}.stateofthemap.org" do - domains ["#{year}.stateofthemap.org", "#{year}.stateofthemap.com"] + domains ["#{year}.stateofthemap.org", "#{year}.stateofthemap.com", "#{year}.sotm.org"] notifies :reload, "service[apache2]" end