Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
Use Vagrant Cloud based box
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellh committed Apr 10, 2014
1 parent 3139229 commit 1b44d74
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
# please see the online documentation at vagrantup.com.

# Every Vagrant virtual environment requires a box to build off of.
config.vm.box = "precise32"
config.vm.box_url = "http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_ubuntu-12.04-i386_chef-provisionerless.box"
config.vm.box = "chef/ubuntu-12.04-i386"

config.vm.provider "virtualbox" do |v|
v.customize ["modifyvm", :id, "--memory", "1500"]
Expand Down

0 comments on commit 1b44d74

Please sign in to comment.