]> git.openstreetmap.org Git - chef.git/commitdiff
Make IC frontends use bytemark backends
authorTom Hughes <tom@compton.nu>
Sun, 15 Jul 2018 10:27:58 +0000 (11:27 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 15 Jul 2018 10:27:58 +0000 (11:27 +0100)
roles/ic.rb

index 33e99624b2f17f23fd99fd2538aa0ef19f885ec5..159f4ca4d714cf4f3237e84349cf48aa9aaf67d4 100644 (file)
@@ -30,7 +30,7 @@ default_attributes(
     }
   },
   :web => {
-    :backends => %w[rails1 rails2 rails3],
+    :backends => %w[rails4 rails5],
     :fileserver => "ironbelly",
     :readonly_database_host => "karm.ic.openstreetmap.org"
   }