summaryrefslogtreecommitdiff
path: root/attributes
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2015-05-03 14:52:22 -0600
committermo khan <mo@mokhan.ca>2015-05-03 14:52:22 -0600
commit25c41a6950ccb72b918719e42a129bb72f167dac (patch)
tree91d0120c7ccabcbb7d56054bc3d4f142ca5400be /attributes
parentce7038a4e6533eed8d905e6003a6f3ec38aa1dd5 (diff)
start working on the rbenv recipe.
Diffstat (limited to 'attributes')
-rw-r--r--attributes/default.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/attributes/default.rb b/attributes/default.rb
index 1efcd2e..6312423 100644
--- a/attributes/default.rb
+++ b/attributes/default.rb
@@ -51,3 +51,4 @@ default[:unicorn][:username] = node['user']['username']
default[:unicorn][:current_path] = "#{node['capistrano']['root_path']}/current"
default[:unicorn][:rails_env] = node.chef_environment
default[:monit][:application] = 'app'
+default['rbenv']['ruby_version'] = '2.2.0'