[demo/vagrant-cluster] upgrade from jessie to stretch
This commit is contained in:
parent
dbb010c865
commit
9e84f4ac9a
|
@ -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…
Reference in New Issue