From 3bfdb78f8278981c5b056e31dfd55ff08c3f0aff Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Wed, 28 Jun 2023 16:22:45 +0100 Subject: [PATCH] sotm: fix 2FA key --- cookbooks/stateofthemap/recipes/wordpress.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/stateofthemap/recipes/wordpress.rb b/cookbooks/stateofthemap/recipes/wordpress.rb index 87366e7d9..b2e34c47b 100644 --- a/cookbooks/stateofthemap/recipes/wordpress.rb +++ b/cookbooks/stateofthemap/recipes/wordpress.rb @@ -21,7 +21,7 @@ include_recipe "stateofthemap" include_recipe "wordpress" passwords = data_bag_item("stateofthemap", "passwords") -wp2fa_encrypt_keys = data_bag_item("blog", "wp2fa_encrypt_keys") +wp2fa_encrypt_keys = data_bag_item("stateofthemap", "wp2fa_encrypt_keys") directory "/srv/2007.stateofthemap.org" do owner "wordpress" -- 2.43.2