]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/stateofthemap/recipes/default.rb
Fix linting
[chef.git] / cookbooks / stateofthemap / recipes / default.rb
index 89fbbab34fd4e0abba501e745a4bf919170587ca..5381aa350b9b37033628fd348baf3c34285d471a 100644 (file)
@@ -1,8 +1,8 @@
 #
 #
-# Cookbook Name:: stateofthemap
+# Cookbook:: stateofthemap
 # Recipe:: default
 #
 # 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.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -281,7 +281,18 @@ end
   end
 end
 
   end
 end
 
-%w[2016 2017 2018].each do |year|
+package %w[
+  ruby
+  ruby-dev
+  zlib1g-dev
+]
+
+gem_package "jekyll"
+gem_package "bundler" do
+  version "1.17.3"
+end
+
+%w[2016 2017 2018 2019 2020].each do |year|
   git "/srv/#{year}.stateofthemap.org" do
     action :sync
     repository "git://github.com/openstreetmap/stateofthemap-#{year}.git"
   git "/srv/#{year}.stateofthemap.org" do
     action :sync
     repository "git://github.com/openstreetmap/stateofthemap-#{year}.git"