]> git.openstreetmap.org Git - chef.git/commitdiff
Add stateofmap include_recipe for new recipe
authorGrant Slater <github@firefishy.com>
Tue, 20 Sep 2022 14:51:06 +0000 (15:51 +0100)
committerGrant <github@firefishy.com>
Tue, 20 Sep 2022 22:30:53 +0000 (23:30 +0100)
cookbooks/stateofthemap/recipes/jekyll.rb
cookbooks/stateofthemap/recipes/static.rb
cookbooks/stateofthemap/recipes/wordpress.rb

index a9dd65c8d08b42237725a8a0d3f88e25012ddf45..e286f2f7cb4fb9915a9c324c88cd1432a47750a3 100644 (file)
@@ -17,6 +17,7 @@
 # limitations under the License.
 #
 
+include_recipe "stateofthemap"
 include_recipe "ruby"
 
 package %w[
index a25f7e00cf83baa6b67f97bb049c67509c2a0950..2ed43615868ed0e0f7d877a0329ba7643a944651 100644 (file)
@@ -17,6 +17,8 @@
 # limitations under the License.
 #
 
+include_recipe "stateofthemap"
+
 %w[2013].each do |year|
   git "/srv/#{year}.stateofthemap.org" do
     action :sync
index 99efc7fbe21284ba41872a3cea922fdddcf020af..75b0e34a9e644d6d85a6db3675f6a0a0bc9cf228 100644 (file)
@@ -17,6 +17,7 @@
 # limitations under the License.
 #
 
+include_recipe "stateofthemap"
 include_recipe "wordpress"
 
 passwords = data_bag_item("stateofthemap", "passwords")