]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/blog/recipes/default.rb
Remove schema_changes from irc bot
[chef.git] / cookbooks / blog / recipes / default.rb
index 8827bdbd301d0327e600473c025634ccd3125bdd..4aa56204dac1d3f7e2b0378df47b2e9404ca6a10 100644 (file)
@@ -1,8 +1,8 @@
 #
-# Cookbook Name:: blog
+# Cookbook:: blog
 # Recipe:: default
 #
-# Copyright 2013, OpenStreetMap Foundation
+# Copyright:: 2013, OpenStreetMap Foundation
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -65,6 +65,7 @@ wordpress_plugin "blog.openstreetmap.org-sitepress-multilingual-cms" do
   plugin "sitepress-multilingual-cms"
   site "blog.openstreetmap.org"
   repository "https://git.openstreetmap.org/private/sitepress-multilingual-cms.git"
+  not_if { ENV["TEST_KITCHEN"] }
 end
 
 wordpress_plugin "blog.openstreetmap.org-wordpress-importer" do