From 3a39f7b62ebe5a0a83251c89c1acdf123b04ea7c Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Tue, 10 Jun 2025 12:51:08 +0100 Subject: [PATCH] blog-staging: fix linting issue --- cookbooks/blog/recipes/staging.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/blog/recipes/staging.rb b/cookbooks/blog/recipes/staging.rb index 5cab1e886..19437de68 100644 --- a/cookbooks/blog/recipes/staging.rb +++ b/cookbooks/blog/recipes/staging.rb @@ -28,7 +28,7 @@ ssl_certificate "staging.blog.openstreetmap.org" do end passwords = data_bag_item("blog-staging", "passwords") -wp2fa_encrypt_keys = data_bag_item("blog-staging", "wp2fa_encrypt_keys") +# wp2fa_encrypt_keys = data_bag_item("blog-staging", "wp2fa_encrypt_keys") # The staging blog is under manual development by Mikel. Do not manage with Chef. -- 2.39.5