Merge pull request #688 from marineam/vagrant

fix(oreos-base/oem-vagrant): Update minimum version to 1.6.0
This commit is contained in:
Michael Marineau 2014-06-16 16:15:15 -07:00
commit 51115e6f69
2 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
# -*- mode: ruby -*-
# # vi: set ft=ruby :
if Vagrant::VERSION < "1.5.0"
raise "Need at least vagrant version 1.5.0, please update"
if Vagrant::VERSION < "1.6.0"
raise "Need at least vagrant version 1.6.0, please update"
end
require_relative 'change_host_name.rb'