provisioners/salt: remove vagrant check, we core now
This commit is contained in:
parent
646ee00870
commit
d154aafc0d
|
@ -1,12 +1,4 @@
|
||||||
begin
|
require "vagrant"
|
||||||
require "vagrant"
|
|
||||||
rescue LoadError
|
|
||||||
raise "The Vagrant Salt plugin must be run within Vagrant."
|
|
||||||
end
|
|
||||||
|
|
||||||
if Vagrant::VERSION < "1.1.0"
|
|
||||||
raise "Please install vagrant-salt gem <=0.3.4 for Vagrant < 1.1.0"
|
|
||||||
end
|
|
||||||
|
|
||||||
module VagrantPlugins
|
module VagrantPlugins
|
||||||
module Salt
|
module Salt
|
||||||
|
@ -25,7 +17,6 @@ module VagrantPlugins
|
||||||
require File.expand_path("../provisioner", __FILE__)
|
require File.expand_path("../provisioner", __FILE__)
|
||||||
Provisioner
|
Provisioner
|
||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue