removing dead code

concept introduced in 59282ba9997aa41661507a555356821a366f9854 was removed in 28de46f3b45a3ef1c3ee710b05b82fc3dc253db5
This commit is contained in:
Michael Glass 2013-07-28 16:07:20 -07:00
parent eefb90ff9d
commit a2a88118de

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