X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/c913da851887ef582b018000d618b36901b1c253..da1115e80fdbca939aa7b2f8b2027705f1c32b24:/cookbooks/passenger/attributes/default.rb diff --git a/cookbooks/passenger/attributes/default.rb b/cookbooks/passenger/attributes/default.rb new file mode 100644 index 000000000..0c1c8ece5 --- /dev/null +++ b/cookbooks/passenger/attributes/default.rb @@ -0,0 +1,5 @@ +default[:apt][:sources] = node[:apt][:sources] | [ "brightbox-ruby-ng" ] + +default[:passenger][:ruby_version] = "1.9.1" +default[:passenger][:max_pool_size] = 6 +default[:passenger][:pool_idle_time] = 300