plugin "sitepress-multilingual-cms"
site "2010.stateofthemap.org"
repository "https://git.openstreetmap.org/private/sitepress-multilingual-cms.git"
- not_if { ENV["TEST_KITCHEN"] }
+ not_if { kitchen? }
end
wordpress_plugin "2010.stateofthemap.org-wp-sticky" do
plugin "sitepress-multilingual-cms"
site "2011.stateofthemap.org"
repository "https://git.openstreetmap.org/private/sitepress-multilingual-cms.git"
- not_if { ENV["TEST_KITCHEN"] }
+ not_if { kitchen? }
end
wordpress_plugin "2011.stateofthemap.org-wp-sticky" do
plugin "sitepress-multilingual-cms"
site "2012.stateofthemap.org"
repository "https://git.openstreetmap.org/private/sitepress-multilingual-cms.git"
- not_if { ENV["TEST_KITCHEN"] }
+ not_if { kitchen? }
end
wordpress_plugin "2012.stateofthemap.org-wp-sticky" do