aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2018-03-27 12:48:15 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2018-04-18 12:43:33 +0100
commit274ca52df93495123e09a1f8b08dbe1411a2dc32 (patch)
tree564c9e0181b8ec554ceda36abc6b488692e13eea
parentee28ece4c42d87dc45f5bda2aafb860c2eb317e7 (diff)
Update Vagrantfile to use Xenial.
-rw-r--r--CHANGELOG.md1
-rw-r--r--[-rwxr-xr-x]Vagrantfile9
2 files changed, 2 insertions, 8 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 563c491db..3cabaf7cd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -48,6 +48,7 @@
- Add HTML email previewer.
- Add CORS header to Open311 output. #2022
- Add some Cypress browser-based testing.
+ - Upgrade Vagrantfile to use Ubuntu Xenial. #2093
* v2.3.1 (12th February 2018)
- Front end improvements:
diff --git a/Vagrantfile b/Vagrantfile
index b3647ad2b..c2ad471a2 100755..100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -1,9 +1,6 @@
# -*- mode: ruby -*-
# vi: set ft=ruby :
-BOX_NAME = ENV['BOX_NAME'] || "precise64"
-BOX_URI = ENV['BOX_URI'] || "http://files.vagrantup.com/precise64.box"
-
# Vagrantfile API/syntax version. Don't touch unless you know what you're doing!
VAGRANTFILE_API_VERSION = "2"
@@ -13,11 +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 = BOX_NAME
-
- # The url from where the 'config.vm.box' box will be fetched if it
- # doesn't already exist on the user's system.
- config.vm.box_url = BOX_URI
+ config.vm.box = "ubuntu/xenial64"
# 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,