]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/stateofthemap/recipes/default.rb
Drop sem-static-front plugin for 2007.stateofthemap.org
[chef.git] / cookbooks / stateofthemap / recipes / default.rb
index 00e314bed228ca807bc0dc3fdc3579d3370e602d..e8b3f782770a494a65a33e2554527564fe3fd324 100644 (file)
@@ -29,6 +29,12 @@ git "/srv/stateofthemap.org" do
   group "root"
 end
 
+ssl_certificate "stateofthemap.org" do
+  domains ["stateofthemap.org", "www.stateofthemap.org",
+           "stateofthemap.com", "www.stateofthemap.com"]
+  notifies :reload, "service[apache2]"
+end
+
 apache_site "stateofthemap.org" do
   template "apache.erb"
   directory "/srv/stateofthemap.org"
@@ -60,11 +66,6 @@ wordpress_plugin "geopress" do
   site "2007.stateofthemap.org"
 end
 
-wordpress_plugin "sem-static-front" do
-  site "2007.stateofthemap.org"
-  repository "git://chef.openstreetmap.org/sem-static-front.git"
-end
-
 directory "/srv/2008.stateofthemap.org" do
   owner "wordpress"
   group "wordpress"