]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ic.rb
Fix name for katla
[chef.git] / roles / ic.rb
index a2291c4e330f4f1f7446016161fe852d028d883c..159f4ca4d714cf4f3237e84349cf48aa9aaf67d4 100644 (file)
@@ -29,13 +29,10 @@ default_attributes(
       }
     }
   },
-  :passenger => {
-    :ruby_version => "2.3"
-  },
   :web => {
-    :backends => %w(rails1 rails2 rails3),
+    :backends => %w[rails4 rails5],
     :fileserver => "ironbelly",
-    :readonly_database_host => "ramoth.ic.openstreetmap.org"
+    :readonly_database_host => "karm.ic.openstreetmap.org"
   }
 )