Skip to content

Commit

Permalink
Support definition_file options for rubies
Browse files Browse the repository at this point in the history
  • Loading branch information
cyu committed Jul 11, 2013
1 parent 9afb4e5 commit 80c9afb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipes/system.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
if rubie.is_a?(Hash)
rbenv_ruby rubie['name'] do
environment rubie['environment'] if rubie['environment']
definition_file rubie['definition_file'] if rubie['definition_file']
end
else
rbenv_ruby rubie
Expand Down

0 comments on commit 80c9afb

Please sign in to comment.