summaryrefslogtreecommitdiff
path: root/Vagrantfile
diff options
context:
space:
mode:
authorJoost Kremers <joostkremers@fastmail.fm>2014-03-04 01:45:29 +0100
committerJoost Kremers <joostkremers@fastmail.fm>2014-03-04 01:45:29 +0100
commit2ec2a0fcfae4272e45456b91249e196a4806f01c (patch)
tree10656beca9794b708b69d91b98163421c40e409b /Vagrantfile
parented29db81fbd8fdb275f5959135bf676447944efe (diff)
Switch Vagrant Box to precise32.
Diffstat (limited to 'Vagrantfile')
-rw-r--r--Vagrantfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Vagrantfile b/Vagrantfile
index 25fceee..62bccb2 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -7,7 +7,7 @@ Vagrant.configure("2") do |config|
# please see the online documentation at vagrantup.com.
# Every Vagrant virtual environment requires a box to build off of.
- config.vm.box = "quantal32"
+ config.vm.box = "precise32"
# The url from where the 'config.vm.box' box will be fetched if it
# doesn't already exist on the user's system.
@@ -32,6 +32,7 @@ Vagrant.configure("2") do |config|
# the path on the guest to mount the folder. And the optional third
# argument is a set of non-required options.
# config.vm.synced_folder "../data", "/vagrant_data"
+ config.vm.synced_folder "../../tmp", "/home/vagrant/tmp"
# Provider-specific configuration so you can fine-tune various
# backing providers for Vagrant. These expose provider-specific options.