Merge pull request #2002 from michaelglass/patch-2

removing dead code
This commit is contained in:
Fabio Rehm 2013-07-28 16:20:58 -07:00
commit e98e8bf9d7
1 changed files with 0 additions and 3 deletions

View File

@ -22,8 +22,6 @@ module VagrantPlugins
@nfs = UNSET_VALUE
@encrypted_data_bag_secret = UNSET_VALUE
@encrypted_data_bag_secret_key_path = UNSET_VALUE
@__defaulted_cookbooks_path = false
end
#------------------------------------------------------------
@ -39,7 +37,6 @@ module VagrantPlugins
@cookbooks_path = []
@cookbooks_path << [:host, "cookbooks"] if !@recipe_url
@cookbooks_path << [:vm, "cookbooks"]
@__defaulted_cookbooks_path = true
end
@data_bags_path = [] if @data_bags_path == UNSET_VALUE