alpine: Remove version and out-of-tree checks

This commit is contained in:
Tim Schumacher 2019-07-17 16:47:37 +02:00
parent fbffb41fc4
commit 2216d23048
2 changed files with 2 additions and 18 deletions

View File

@ -1,12 +1,4 @@
begin
require 'vagrant'
rescue LoadError
raise 'The Vagrant Alpine Linux Guest plugin must be run within Vagrant.'
end
if Vagrant::VERSION < '1.7.0'
fail 'The vagrant-alpine plugin is only compatible with Vagrant 1.7+'
end
require 'vagrant'
module VagrantPlugins
module GuestAlpine

View File

@ -1,12 +1,4 @@
begin
require 'vagrant'
rescue LoadError
raise 'The Vagrant Alpine Linux Guest plugin must be run within Vagrant.'
end
if Vagrant::VERSION < '1.7.0'
fail 'The vagrant-alpine plugin is only compatible with Vagrant 1.7+'
end
require 'vagrant'
module VagrantPlugins
module GuestAlpine