]> git.openstreetmap.org Git - chef.git/commitdiff
blog: Enable staging blog
authorGrant Slater <github@firefishy.com>
Thu, 17 Oct 2024 23:04:45 +0000 (00:04 +0100)
committerGrant Slater <github@firefishy.com>
Thu, 17 Oct 2024 23:04:45 +0000 (00:04 +0100)
roles/blog-staging.rb
roles/tabaluga.rb

index 3ad17f229c2d6dec48195bd1ddf6ff5f30e81714..bafdf6227390f636093027ae10e5c1b90431c59c 100644 (file)
@@ -13,7 +13,6 @@ default_attributes(
   }
 )
 
-# FIXME: Disable while site under development
-# run_list(
-#   "recipe[blog::staging]"
-# )
+run_list(
+  "recipe[blog::staging]"
+)
index d682df74a591b22f06cf94db908fb64cb2e9b516..c891fa8948c6012c3902d8102a643d64019f1fa1 100644 (file)
@@ -33,5 +33,6 @@ default_attributes(
 
 run_list(
   "role[equinix-ams]",
-  "role[hp-g9]"
+  "role[hp-g9]",
+  "role[blog-staging]"
 )