From: Tom Hughes Date: Thu, 23 Jun 2016 18:39:08 +0000 (+0100) Subject: Switch web servers at IC to ruby 2.3 X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/e8f7df6aebc01023d9bb5bd0864fcfb2a0f99d03 Switch web servers at IC to ruby 2.3 --- diff --git a/roles/ic.rb b/roles/ic.rb index e33c34895..d51295cc8 100644 --- a/roles/ic.rb +++ b/roles/ic.rb @@ -29,6 +29,9 @@ default_attributes( } } }, + :passenger => { + :ruby_version => "2.3" + }, :web => { :backends => %w(rails1 rails2 rails3), :fileserver => "ironbelly"