mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 16:24:04 +02:00
Remove require version comment in the Vagrantfile
This commit is contained in:
parent
5df6828889
commit
fc62a63899
1
Vagrantfile
vendored
1
Vagrantfile
vendored
@ -4,7 +4,6 @@
|
|||||||
VAGRANTFILE_API_VERSION = "2"
|
VAGRANTFILE_API_VERSION = "2"
|
||||||
VAGRANT_REQUIRED_VERSION = "1.5.0"
|
VAGRANT_REQUIRED_VERSION = "1.5.0"
|
||||||
|
|
||||||
# Require 1.2.x at least
|
|
||||||
if ! defined? Vagrant.require_version
|
if ! defined? Vagrant.require_version
|
||||||
if Gem::Version.new(Vagrant::VERSION) < Gem::Version.new(VAGRANT_REQUIRED_VERSION)
|
if Gem::Version.new(Vagrant::VERSION) < Gem::Version.new(VAGRANT_REQUIRED_VERSION)
|
||||||
puts "Vagrant >= " + VAGRANT_REQUIRED_VERSION + " required. Your version is " + Vagrant::VERSION
|
puts "Vagrant >= " + VAGRANT_REQUIRED_VERSION + " required. Your version is " + Vagrant::VERSION
|
||||||
|
Loading…
x
Reference in New Issue
Block a user