mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-20 05:51:18 +02:00
Merge pull request #688 from marineam/vagrant
fix(oreos-base/oem-vagrant): Update minimum version to 1.6.0
This commit is contained in:
commit
51115e6f69
@ -1,8 +1,8 @@
|
|||||||
# -*- mode: ruby -*-
|
# -*- mode: ruby -*-
|
||||||
# # vi: set ft=ruby :
|
# # vi: set ft=ruby :
|
||||||
|
|
||||||
if Vagrant::VERSION < "1.5.0"
|
if Vagrant::VERSION < "1.6.0"
|
||||||
raise "Need at least vagrant version 1.5.0, please update"
|
raise "Need at least vagrant version 1.6.0, please update"
|
||||||
end
|
end
|
||||||
|
|
||||||
require_relative 'change_host_name.rb'
|
require_relative 'change_host_name.rb'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user