v0.3.3
This commit is contained in:
parent
d5480ce9d1
commit
a7a2f244e8
|
@ -16,7 +16,7 @@ $vb_gui = false
|
||||||
# you're doing.
|
# you're doing.
|
||||||
Vagrant.configure(2) do |config|
|
Vagrant.configure(2) do |config|
|
||||||
config.vm.box = "rancherio/rancheros"
|
config.vm.box = "rancherio/rancheros"
|
||||||
config.vm.box_version = ">=0.3.1"
|
config.vm.box_version = ">=0.3.3"
|
||||||
|
|
||||||
(1..$number_of_nodes).each do |i|
|
(1..$number_of_nodes).each do |i|
|
||||||
hostname = "rancher-%02d" % i
|
hostname = "rancher-%02d" % i
|
||||||
|
|
Loading…
Reference in New Issue