summaryrefslogtreecommitdiff
path: root/Vagrantfile
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2014-10-28 21:17:53 -0600
committermo khan <mo@mokhan.ca>2014-10-28 21:17:53 -0600
commit0b38e66a9dd3208bf4fe9eab23b2cc8bcae4341f (patch)
tree312ac5471f922ec2be579aa774ae6ddfbf321e49 /Vagrantfile
parentd9e35835cb189fb3c1d677a15b54f650882bcb8a (diff)
update vagrant stuff.
Diffstat (limited to 'Vagrantfile')
-rw-r--r--Vagrantfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Vagrantfile b/Vagrantfile
index e1c22c25..a1a269d6 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -2,8 +2,7 @@
# vi: set ft=ruby :
Vagrant.configure("2") do |config|
- config.vm.box = "precise64"
- config.vm.box_url = "http://files.vagrantup.com/precise64_vmware.box"
+ config.vm.box = "phusion/ubuntu-14.04-amd64"
# Create a forwarded port mapping which allows access to a specific port
# within the machine from a port on the host machine. In the example below,