Skip to content

Instantly share code, notes, and snippets.

@agoddard
Created May 17, 2012 20:28
Show Gist options
  • Save agoddard/2721412 to your computer and use it in GitHub Desktop.
Save agoddard/2721412 to your computer and use it in GitHub Desktop.
vagrant environment
Vagrant::Config.run do |config|
config.vm.provision :chef_client do |chef|
chef.environment = "staging"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment