]> git.openstreetmap.org Git - chef.git/commitdiff
Switch site to offline mode
authorTom Hughes <tom@compton.nu>
Sun, 22 Jan 2023 10:00:50 +0000 (10:00 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 22 Jan 2023 10:00:50 +0000 (10:00 +0000)
roles/web.rb

index 594c18f842334523036f53e869319eca640d7c51..c725b1fb0511f986549c5f32bef71d82c0d37a19 100644 (file)
@@ -16,7 +16,7 @@ default_attributes(
     :pool_idle_time => 3600
   },
   :web => {
-    :status => "online",
+    :status => "database_offline",
     :memcached_servers => %w[spike-06.ams spike-07.ams spike-08.ams]
   }
 )