]> git.openstreetmap.org Git - chef.git/commitdiff
Put web site back online
authorTom Hughes <tom@compton.nu>
Sun, 15 Jul 2018 10:43:27 +0000 (11:43 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 15 Jul 2018 10:43:27 +0000 (11:43 +0100)
roles/web.rb

index b44399f5a3c3ac920a609f23cede5f2296bed986..ec6ca9b8ed211553244c78b9d1a2201f642077c8 100644 (file)
@@ -14,7 +14,7 @@ default_attributes(
     :pool_idle_time => 3600
   },
   :web => {
-    :status => "database_readonly",
+    :status => "online",
     :memcached_servers => %w[rails4.bm rails5.bm]
   }
 )