]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/blog/recipes/default.rb
Add contact form 7 to blog.openstreetmap.org
[chef.git] / cookbooks / blog / recipes / default.rb
index e4312632ae4cfd1c5b00779a9e341788fb0507f1..d121bcb3fd59fa5c09f71349bf7e2ac2fc31955d 100644 (file)
@@ -99,6 +99,13 @@ wordpress_plugin "blog.openstreetmap.org-wp-piwik" do
   site "blog.openstreetmap.org"
 end
 
+wordpress_plugin "blog.openstreetmap.org-contact-form-7" do
+  plugin "contact-form-7"
+  site "blog.openstreetmap.org"
+end
+
+wordpress_plugin "blog.openstreetmap.org-civicrm" do
+
 git "/srv/blog.openstreetmap.org/casts" do
   action :sync
   repository "https://github.com/openstreetmap/opengeodata-podcasts.git"
@@ -126,10 +133,6 @@ git "/srv/blog.openstreetmap.org/static" do
   group "wordpress"
 end
 
-ssl_certificate "opengeodata.org" do
-  action :delete
-end
-
 template "/etc/cron.daily/blog-backup" do
   source "backup.cron.erb"
   owner "root"