Skip to content

Instantly share code, notes, and snippets.

@antoinelyset
Forked from ffeldhaus/gist:3407267
Created January 29, 2013 20:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save antoinelyset/4667626 to your computer and use it in GitHub Desktop.
Save antoinelyset/4667626 to your computer and use it in GitHub Desktop.
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