Skip to content

Instantly share code, notes, and snippets.

@igkuz
Created June 20, 2013 12:58
Show Gist options
  • Select an option

  • Save igkuz/5822443 to your computer and use it in GitHub Desktop.

Select an option

Save igkuz/5822443 to your computer and use it in GitHub Desktop.
chef.json = {
:rvm => {
:user_installs => [{
:user => 'vagrant',
:default_ruby => 'ruby-1.9.3-p194',
:rubies => ['ruby-1.9.3-p194'],
:global_gems => [{ :name => 'bundler'}]
}],
:vagrant => {
:system_chef_solo => '/var/lib/gems/1.8/bin/chef-solo'
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment