]> git.openstreetmap.org Git - chef.git/commitdiff
sotm: fix 2FA key
authorGrant Slater <github@firefishy.com>
Wed, 28 Jun 2023 15:22:45 +0000 (16:22 +0100)
committerGrant Slater <github@firefishy.com>
Wed, 28 Jun 2023 15:22:45 +0000 (16:22 +0100)
cookbooks/stateofthemap/recipes/wordpress.rb

index 87366e7d9d81954b93f5daee27d873d589fc10a0..b2e34c47b1feb2a82ec5a51095e3469f321295ef 100644 (file)
@@ -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"