From: Grant Slater Date: Thu, 17 Oct 2024 23:04:45 +0000 (+0100) Subject: blog: Enable staging blog X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/2393d43ecd842c910fea83ff38110e42c4d631d0 blog: Enable staging blog --- 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]" )