Skip to content

Commit

Permalink
update readme and config template for env_scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
effkay committed Jan 23, 2013
1 parent b5cf533 commit 42fc742
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,10 @@ rvm_scripts '/opt/rvm/scripts/rvm'
# env_scripts <path_to_version_manager_script>
#
# If you need to source a file for your non-rvm version manager to
# work(which you probably do), you can do that with env_scripts. You
# should also remove the rvm/rvm_scripts options above.
# you can do that with env_scripts. You should also remove the
# rvm/rvm_scripts options above.

env_scripts '/etc/profile.d/rbenv.sh'

# Sample recipe setup:
#
Expand Down
9 changes: 9 additions & 0 deletions lib/blazing/templates/config.erb
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,15 @@ rvm 'ruby-1.9.3@some-gemset'

rvm_scripts '/opt/rvm/scripts/rvm'

# Sample rbenv/chruby/other setup:
#
# env_scripts <path_to_version_manager_script>
#
# If you need to source a file for your non-rvm version manager to
# you can do that with env_scripts. You should also remove the
# rvm/rvm_scripts options above.

env_scripts '/etc/profile.d/rbenv.sh'

# Sample recipe setup:
#
Expand Down

0 comments on commit 42fc742

Please sign in to comment.