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"
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"