aboutsummaryrefslogtreecommitdiff
path: root/deb/Vagrantfile
diff options
context:
space:
mode:
Diffstat (limited to 'deb/Vagrantfile')
-rw-r--r--deb/Vagrantfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/deb/Vagrantfile b/deb/Vagrantfile
index f52de8ff9..a2a288ffe 100644
--- a/deb/Vagrantfile
+++ b/deb/Vagrantfile
@@ -12,7 +12,7 @@ Vagrant.configure(2) do |config|
# Every Vagrant development environment requires a box. You can search for
# boxes at https://atlas.hashicorp.com/search.
- config.vm.box = "ubuntu/trusty64"
+ config.vm.box = ENV['VAGRANTBOX'] || "ubuntu/trusty64"
# Disable automatic box update checking. If you disable this, then
# boxes will only be checked for updates when the user runs