From: Tom Hughes Date: Sat, 20 Feb 2021 11:34:35 +0000 (+0000) Subject: Switch back to online mode X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/fb17a8de13320c7d74ba92104288a7a96faab818 Switch back to online mode --- diff --git a/roles/web.rb b/roles/web.rb index 1e7a82e17..594c18f84 100644 --- a/roles/web.rb +++ b/roles/web.rb @@ -16,7 +16,7 @@ default_attributes( :pool_idle_time => 3600 }, :web => { - :status => "api_readonly", + :status => "online", :memcached_servers => %w[spike-06.ams spike-07.ams spike-08.ams] } )