From fece7ed198752ba5b22de9d45a51694a65997a08 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Fri, 3 May 2024 03:18:29 +0100 Subject: [PATCH] Disable birthday recipe while under dev --- roles/birthday20.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/birthday20.rb b/roles/birthday20.rb index 959366360..55132429e 100644 --- a/roles/birthday20.rb +++ b/roles/birthday20.rb @@ -14,6 +14,6 @@ default_attributes( ) # FIXME: Disable while site under development -run_list( - "recipe[blog::birthday]" -) +# run_list( +# "recipe[blog::birthday]" +# ) -- 2.39.5