]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ic.rb
Reduce random_page_cost for postgres instances on SSD
[chef.git] / roles / ic.rb
index a2291c4e330f4f1f7446016161fe852d028d883c..33e99624b2f17f23fd99fd2538aa0ef19f885ec5 100644 (file)
@@ -29,13 +29,10 @@ default_attributes(
       }
     }
   },
-  :passenger => {
-    :ruby_version => "2.3"
-  },
   :web => {
-    :backends => %w(rails1 rails2 rails3),
+    :backends => %w[rails1 rails2 rails3],
     :fileserver => "ironbelly",
-    :readonly_database_host => "ramoth.ic.openstreetmap.org"
+    :readonly_database_host => "karm.ic.openstreetmap.org"
   }
 )