]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/passenger/attributes/default.rb
Move passenger configuration to a separate cookbook
[chef.git] / cookbooks / passenger / attributes / default.rb
diff --git a/cookbooks/passenger/attributes/default.rb b/cookbooks/passenger/attributes/default.rb
new file mode 100644 (file)
index 0000000..0c1c8ec
--- /dev/null
@@ -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