Browse Source

[demo/vagrant-cluster] upgrade from jessie to stretch

pull/3889/head
Arthur Lutz 7 years ago committed by GitHub
parent
commit
f1d957c6ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      demo/vagrant-cluster/Vagrantfile

2
demo/vagrant-cluster/Vagrantfile vendored

@ -31,7 +31,7 @@ SCRIPT
CONSUL_DEMO_VERSION = ENV['CONSUL_DEMO_VERSION']
# Specify a custom Vagrant box for the demo
DEMO_BOX_NAME = ENV['DEMO_BOX_NAME'] || "debian/jessie64"
DEMO_BOX_NAME = ENV['DEMO_BOX_NAME'] || "debian/stretch64"
# Vagrantfile API/syntax version.
# NB: Don't touch unless you know what you're doing!

Loading…
Cancel
Save