lib/berkshelf/vagrant/env.rb in vagrant-berkshelf-2.0.1 vs lib/berkshelf/vagrant/env.rb in vagrant-berkshelf-3.0.0.rc1

- old
+ new

@@ -2,20 +2,15 @@ module Vagrant # Environment data to build up and persist through the middleware chain class Env # @return [Vagrant::UI::Colored] attr_accessor :ui - # @return [Berkshelf::Berksfile] - attr_accessor :berksfile # @return [String] attr_accessor :shelf - # @return [Berkshelf::Config] - attr_accessor :config def initialize - @ui = ::Vagrant::UI::Colored.new + @ui = ::Vagrant::UI::Colored.new @ui.opts[:target] = 'Berkshelf' - @config = Berkshelf::Config.instance end end end end