From 2393d43ecd842c910fea83ff38110e42c4d631d0 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Fri, 18 Oct 2024 00:04:45 +0100 Subject: [PATCH] blog: Enable staging blog --- roles/blog-staging.rb | 7 +++---- roles/tabaluga.rb | 3 ++- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/roles/blog-staging.rb b/roles/blog-staging.rb index 3ad17f229..bafdf6227 100644 --- a/roles/blog-staging.rb +++ b/roles/blog-staging.rb @@ -13,7 +13,6 @@ default_attributes( } ) -# FIXME: Disable while site under development -# run_list( -# "recipe[blog::staging]" -# ) +run_list( + "recipe[blog::staging]" +) diff --git a/roles/tabaluga.rb b/roles/tabaluga.rb index d682df74a..c891fa894 100644 --- a/roles/tabaluga.rb +++ b/roles/tabaluga.rb @@ -33,5 +33,6 @@ default_attributes( run_list( "role[equinix-ams]", - "role[hp-g9]" + "role[hp-g9]", + "role[blog-staging]" ) -- 2.39.5