From 2dda97888557e215bae8daeae951c4873f1859d6 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Tue, 20 Sep 2022 15:51:06 +0100 Subject: [PATCH] Add stateofmap include_recipe for new recipe --- cookbooks/stateofthemap/recipes/jekyll.rb | 1 + cookbooks/stateofthemap/recipes/static.rb | 2 ++ cookbooks/stateofthemap/recipes/wordpress.rb | 1 + 3 files changed, 4 insertions(+) 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") -- 2.43.2