Skip to content

Instantly share code, notes, and snippets.

@sbates
Created November 28, 2012 20:57
Show Gist options
  • Save sbates/4164435 to your computer and use it in GitHub Desktop.
Save sbates/4164435 to your computer and use it in GitHub Desktop.
rvm attributes?
override_attributes "rvm" => {
"user_default_ruby" => "ruby-1.9.3",
"rvmrc" => {
'rvm_project_rvmrc_default' => 1,
'rvm_gemset_create_on_use_flag' => 1,
'rvm_trust_rvmrcs_flag' => 1,
'rvm_install_on_use_flag' => 1,
'rvm_make_flags' => "-j 3"
},
"user_gems" => {
'ruby-1.9.3@chef' => [ { 'name' => 'chef'}, {'name' => 'rake' }, {'name' => 'bundler'}, {'name' => 'knife-ec2'}]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment