From: Grant Slater Date: Tue, 20 Sep 2022 14:51:06 +0000 (+0100) Subject: Add stateofmap include_recipe for new recipe X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/2dda97888557e215bae8daeae951c4873f1859d6 Add stateofmap include_recipe for new recipe --- diff --git a/cookbooks/stateofthemap/recipes/jekyll.rb b/cookbooks/stateofthemap/recipes/jekyll.rb index a9dd65c8d..e286f2f7c 100644 --- a/cookbooks/stateofthemap/recipes/jekyll.rb +++ b/cookbooks/stateofthemap/recipes/jekyll.rb @@ -17,6 +17,7 @@ # limitations under the License. # +include_recipe "stateofthemap" include_recipe "ruby" package %w[ diff --git a/cookbooks/stateofthemap/recipes/static.rb b/cookbooks/stateofthemap/recipes/static.rb index a25f7e00c..2ed436158 100644 --- a/cookbooks/stateofthemap/recipes/static.rb +++ b/cookbooks/stateofthemap/recipes/static.rb @@ -17,6 +17,8 @@ # limitations under the License. # +include_recipe "stateofthemap" + %w[2013].each do |year| git "/srv/#{year}.stateofthemap.org" do action :sync diff --git a/cookbooks/stateofthemap/recipes/wordpress.rb b/cookbooks/stateofthemap/recipes/wordpress.rb index 99efc7fbe..75b0e34a9 100644 --- a/cookbooks/stateofthemap/recipes/wordpress.rb +++ b/cookbooks/stateofthemap/recipes/wordpress.rb @@ -17,6 +17,7 @@ # limitations under the License. # +include_recipe "stateofthemap" include_recipe "wordpress" passwords = data_bag_item("stateofthemap", "passwords")