Skip to content

Commit

Permalink
demo: Updating vagrant file for 1.5
Browse files Browse the repository at this point in the history
armon committed Apr 10, 2014
1 parent 411a998 commit 7491c3b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions demo/vagrant-cluster/Vagrantfile
Original file line number Diff line number Diff line change
@@ -20,11 +20,7 @@ SCRIPT
VAGRANTFILE_API_VERSION = "2"

Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.box = "precise64"
config.vm.box_url = "http://files.vagrantup.com/precise64.box"

# Alternate URL for VMware version
#config.vm.box_url = "http://files.vagrantup.com/precise64_vmware_fusion.box"
config.vm.box = "hashicorp/precise64"

config.vm.provision "shell", inline: $script

0 comments on commit 7491c3b

Please sign in to comment.