]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ic.rb
Fix name for katla
[chef.git] / roles / ic.rb
index 81beb9efab8610c1dc202da126d26333b15124d7..159f4ca4d714cf4f3237e84349cf48aa9aaf67d4 100644 (file)
@@ -7,11 +7,6 @@ default_attributes(
       :icladmin => { :status => :user }
     }
   },
-  :chef => {
-    :client => {
-      :version => "13.6.4"
-    }
-  },
   :networking => {
     :nameservers => ["8.8.8.8", "146.179.159.177"],
     :roles => {
@@ -35,7 +30,7 @@ default_attributes(
     }
   },
   :web => {
-    :backends => %w[rails1 rails2 rails3],
+    :backends => %w[rails4 rails5],
     :fileserver => "ironbelly",
     :readonly_database_host => "karm.ic.openstreetmap.org"
   }