X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/480f8e5f3601af21957083dbc248d57a03af1b42..5fbc96e38dd8dfcb3eb1ed0a5f4319ccaf244d6d:/roles/blog-staging.rb 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]" +)