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
version "2.1.4"
end
-%w[2016 2017 2018 2019 2020].each do |year|
+%w[2016 2017 2018 2019 2020 2021 2022].each do |year|
git "/srv/#{year}.stateofthemap.org" do
action :sync
repository "https://github.com/openstreetmap/stateofthemap-#{year}.git"
execute "/srv/#{year}.stateofthemap.org/Gemfile" do
action :nothing
- command "bundle install --deployment"
+ command "bundle install --deployment --jobs #{node[:cpu][:total]}"
cwd "/srv/#{year}.stateofthemap.org"
user "root"
group "root"
cwd "/srv/#{year}.stateofthemap.org"
user "nobody"
group "nogroup"
+ environment "LANG" => "C.UTF-8"
end
ssl_certificate "#{year}.stateofthemap.org" do