From: Tom Hughes Date: Thu, 5 Jul 2018 19:52:13 +0000 (+0100) Subject: Install jekyll for SOTM sites that need it X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/aeee849db5083abd11efab6c8cfbcf6145c0c3e1?hp=a9d9fe7e291ad539f92e1a109995ca4cdc0d5892 Install jekyll for SOTM sites that need it --- diff --git a/cookbooks/stateofthemap/recipes/default.rb b/cookbooks/stateofthemap/recipes/default.rb index 89fbbab34..4521d668e 100644 --- a/cookbooks/stateofthemap/recipes/default.rb +++ b/cookbooks/stateofthemap/recipes/default.rb @@ -281,6 +281,8 @@ end end end +gem_package "jekyll" + %w[2016 2017 2018].each do |year| git "/srv/#{year}.stateofthemap.org" do action :sync