#
-# 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.
end
end
-%w[2016 2017 2018].each do |year|
+gem_package "jekyll"
+
+%w[2016 2017 2018 2019].each do |year|
git "/srv/#{year}.stateofthemap.org" do
action :sync
repository "git://github.com/openstreetmap/stateofthemap-#{year}.git"