lib/vagrant/config/v2.rb in vagrant-unbundled-2.2.16.0 vs lib/vagrant/config/v2.rb in vagrant-unbundled-2.2.18.0

- old
+ new

@@ -1,9 +1,10 @@ module Vagrant module Config module V2 autoload :DummyConfig, "vagrant/config/v2/dummy_config" autoload :Loader, "vagrant/config/v2/loader" - autoload :Root, "vagrant/config/v2/root" + autoload :Root, "vagrant/config/v2/root" + autoload :Util, "vagrant/config/v2/util" end end end