]> git.openstreetmap.org Git - chef.git/commitdiff
Bring GPX access back online
authorTom Hughes <tom@compton.nu>
Sun, 5 Jul 2020 16:21:41 +0000 (17:21 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 5 Jul 2020 16:23:50 +0000 (17:23 +0100)
roles/web.rb

index 23280d964fbde5c67a941d11847edfeb0ded3fb9..85e4e9821e2bbefb0804df91c17c0785bb1556ba 100644 (file)
@@ -16,7 +16,7 @@ default_attributes(
     :pool_idle_time => 3600
   },
   :web => {
-    :status => "gpx_offline",
+    :status => "online",
     :memcached_servers => %w[rails1.ams rails2.ams rails3.ams]
   }
 )