]> git.openstreetmap.org Git - chef.git/commitdiff
Makr GPX storage as offline
authorTom Hughes <tom@compton.nu>
Sat, 15 Aug 2020 08:07:20 +0000 (09:07 +0100)
committerTom Hughes <tom@compton.nu>
Sat, 15 Aug 2020 08:07:20 +0000 (09:07 +0100)
roles/web.rb

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