]> git.openstreetmap.org Git - chef.git/commitdiff
Makr GPX storage as offline
authorTom Hughes <tom@compton.nu>
Sun, 5 Jul 2020 09:20:28 +0000 (10:20 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 5 Jul 2020 09:20:28 +0000 (10:20 +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]
   }
 )