mirror of https://github.com/hashicorp/consul
Merge pull request #3889 from arthurlogilab/patch-1
[demo/vagrant-cluster] upgrade from jessie to stretchpull/3892/head
commit
264b4c0e04
|
@ -31,7 +31,7 @@ SCRIPT
|
||||||
CONSUL_DEMO_VERSION = ENV['CONSUL_DEMO_VERSION']
|
CONSUL_DEMO_VERSION = ENV['CONSUL_DEMO_VERSION']
|
||||||
|
|
||||||
# Specify a custom Vagrant box for the demo
|
# 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.
|
# Vagrantfile API/syntax version.
|
||||||
# NB: Don't touch unless you know what you're doing!
|
# NB: Don't touch unless you know what you're doing!
|
||||||
|
|
Loading…
Reference in New Issue