Skip to content

Instantly share code, notes, and snippets.

@ffeldhaus
Created August 20, 2012 19:57
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ffeldhaus/3407267 to your computer and use it in GitHub Desktop.
Save ffeldhaus/3407267 to your computer and use it in GitHub Desktop.
bundle install with puppet-rvm
exec { 'bundle install':
command => '/usr/local/rvm/bin/rvm 1.9.3@rocci-server do bundle install',
cwd => '/home/occi/rocci-server',
logoutput => true,
}
@benh57
Copy link

benh57 commented Jul 2, 2014

Thanks for this :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment