]> git.openstreetmap.org Git - chef.git/commitdiff
Switch web servers at IC to ruby 2.3
authorTom Hughes <tom@compton.nu>
Thu, 23 Jun 2016 18:39:08 +0000 (19:39 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 23 Jun 2016 18:39:08 +0000 (19:39 +0100)
roles/ic.rb

index e33c34895439fd960bbcbaf07af3e308c9ea28f2..d51295cc8f27555a8ca30843e6e3a08ef3074965 100644 (file)
@@ -29,6 +29,9 @@ default_attributes(
       }
     }
   },
+  :passenger => {
+    :ruby_version => "2.3"
+  },
   :web => {
     :backends => %w(rails1 rails2 rails3),
     :fileserver => "ironbelly"