Skip to content

Instantly share code, notes, and snippets.

@chewmanfoo
Created March 31, 2016 18:52
Show Gist options
  • Select an option

  • Save chewmanfoo/09c1191637463db46550e309dee15747 to your computer and use it in GitHub Desktop.

Select an option

Save chewmanfoo/09c1191637463db46550e309dee15747 to your computer and use it in GitHub Desktop.
class profile_jenk::jenkruby {
class { 'rbenv':
install_dir => '/opt/rbenv'
}
rbenv::plugin { 'sstephenson/ruby-build': }
rbenv::build { '2.2.3': global => true }
rbenv::build { '2.2.0': }
rbenv::gem { 'aws-sdk': ruby_version => '2.2.3' }
rbenv::gem { 'aws-sdk-v1': ruby_version => '2.2.3' }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment