Skip to content

Instantly share code, notes, and snippets.

@karschsp
Created March 20, 2013 18:58
Show Gist options
  • Save karschsp/5207423 to your computer and use it in GitHub Desktop.
Save karschsp/5207423 to your computer and use it in GitHub Desktop.
# -*- mode: ruby -*-
# vi: set ft=ruby :
Vagrant::Config.run do |config|
config.vm.host_name = "local"
config.vm.customize ["modifyvm", :id, "--memory", "2048"]
config.vm.box = "vagrant-centos-64"
config.vm.box_url = "http://stevekarsch.com/sites/default/files/vagrant-centos-64.box"
#config.ssh.forward_agent = true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment