Created
August 20, 2012 19:57
-
-
Save ffeldhaus/3407267 to your computer and use it in GitHub Desktop.
bundle install with puppet-rvm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
exec { 'bundle install': | |
command => '/usr/local/rvm/bin/rvm 1.9.3@rocci-server do bundle install', | |
cwd => '/home/occi/rocci-server', | |
logoutput => true, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for this :)