Created
March 31, 2016 18:52
-
-
Save chewmanfoo/09c1191637463db46550e309dee15747 to your computer and use it in GitHub Desktop.
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
| 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