Load action runner before all other files
This commit is contained in:
parent
d550cc3a76
commit
6a3b7370aa
|
@ -4,7 +4,7 @@ PROJECT_ROOT = File.join(libdir, '..') unless defined?(PROJECT_ROOT)
|
||||||
|
|
||||||
# The libs which must be loaded prior to the rest
|
# The libs which must be loaded prior to the rest
|
||||||
%w{tempfile open-uri ftools json pathname logger uri net/http virtualbox net/ssh tarruby
|
%w{tempfile open-uri ftools json pathname logger uri net/http virtualbox net/ssh tarruby
|
||||||
net/scp fileutils vagrant/util vagrant/actions/base vagrant/downloaders/base}.each do |f|
|
net/scp fileutils vagrant/util vagrant/actions/base vagrant/downloaders/base vagrant/actions/runner}.each do |f|
|
||||||
require f
|
require f
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue