]> git.openstreetmap.org Git - chef.git/commitdiff
Install jekyll for SOTM sites that need it
authorTom Hughes <tom@compton.nu>
Thu, 5 Jul 2018 19:52:13 +0000 (20:52 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 5 Jul 2018 19:52:13 +0000 (20:52 +0100)
cookbooks/stateofthemap/recipes/default.rb

index 89fbbab34fd4e0abba501e745a4bf919170587ca..4521d668ea4817ffcb9e9a454b6b058948017de3 100644 (file)
@@ -281,6 +281,8 @@ end
   end
 end
 
   end
 end
 
+gem_package "jekyll"
+
 %w[2016 2017 2018].each do |year|
   git "/srv/#{year}.stateofthemap.org" do
     action :sync
 %w[2016 2017 2018].each do |year|
   git "/srv/#{year}.stateofthemap.org" do
     action :sync