Merge pull request #13 from cloudnautique/030_update

Update default >= 0.3.0
This commit is contained in:
Bill Maxwell 2015-04-22 18:28:19 -07:00
commit 3008ffeef6
1 changed files with 1 additions and 1 deletions

2
Vagrantfile vendored
View File

@ -16,7 +16,7 @@ $vb_gui = false
# you're doing.
Vagrant.configure(2) do |config|
config.vm.box = "rancherio/rancheros"
config.vm.box_version = ">=0.2.0"
config.vm.box_version = ">=0.3.0"
(1..$number_of_nodes).each do |i|
hostname = "rancher-%02d" % i