X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/f6a0427fa342cef11f410c56ad748d3c81ac1af4..61258dc8edff5712a89260dcaca23f0712fb06b1:/roles/web.rb?ds=sidebyside diff --git a/roles/web.rb b/roles/web.rb index 75bab256a..7e67d1960 100644 --- a/roles/web.rb +++ b/roles/web.rb @@ -6,7 +6,7 @@ default_attributes( :users => { :rails => { :status => :role, - :members => [ :tomh, :grant ] + :members => [:tomh, :grant] } } }, @@ -14,6 +14,7 @@ default_attributes( "/store/rails" => { :host => "ironbelly", :path => "/store/rails" } }, :passenger => { + :version => 4, :pool_idle_time => 0 }, :web => {