alpine: Remove version and out-of-tree checks
This commit is contained in:
parent
fbffb41fc4
commit
2216d23048
|
@ -1,12 +1,4 @@
|
||||||
begin
|
|
||||||
require 'vagrant'
|
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
|
|
||||||
|
|
||||||
module VagrantPlugins
|
module VagrantPlugins
|
||||||
module GuestAlpine
|
module GuestAlpine
|
||||||
|
|
|
@ -1,12 +1,4 @@
|
||||||
begin
|
|
||||||
require 'vagrant'
|
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
|
|
||||||
|
|
||||||
module VagrantPlugins
|
module VagrantPlugins
|
||||||
module GuestAlpine
|
module GuestAlpine
|
||||||
|
|
Loading…
Reference in New Issue