]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/stateofthemap/recipes/default.rb
Add bundler gem
[chef.git] / cookbooks / stateofthemap / recipes / default.rb
index 4521d668ea4817ffcb9e9a454b6b058948017de3..755500c369cf8e096f1d7db96f66a83f9f1e2e72 100644 (file)
@@ -1,8 +1,8 @@
 #
-# Cookbook Name:: stateofthemap
+# Cookbook:: stateofthemap
 # 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.
@@ -282,8 +282,9 @@ end
 end
 
 gem_package "jekyll"
+gem_package "bundler"
 
-%w[2016 2017 2018].each do |year|
+%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"