From: Grant Slater Date: Wed, 28 Jun 2023 15:22:45 +0000 (+0100) Subject: sotm: fix 2FA key X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/3bfdb78f8278981c5b056e31dfd55ff08c3f0aff sotm: fix 2FA key --- 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"