X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/c3c5bb63e6182611b6b5b55bcd5824a66346cc18..06de4653845b4a47851fb30fe61cca314ac6af6f:/roles/blog-staging.rb?ds=sidebyside 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]" +)