diff --git a/lib/vagrant/box.rb b/lib/vagrant/box.rb index bbc63b96d..f50c0f825 100644 --- a/lib/vagrant/box.rb +++ b/lib/vagrant/box.rb @@ -51,6 +51,9 @@ module Vagrant # only be used internally. attr_accessor :temp_path + # The environment which this box belongs to + attr_accessor :env + class <