]> git.openstreetmap.org Git - chef.git/commitdiff
Bring the web site back online
authorTom Hughes <tom@compton.nu>
Sat, 31 Oct 2020 15:38:53 +0000 (15:38 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 1 Nov 2020 11:11:24 +0000 (11:11 +0000)
roles/web.rb

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