From a2a88118def73adf22de91b4e5e743ececc8d5fb Mon Sep 17 00:00:00 2001 From: Michael Glass Date: Sun, 28 Jul 2013 16:07:20 -0700 Subject: [PATCH] removing dead code concept introduced in 59282ba9997aa41661507a555356821a366f9854 was removed in 28de46f3b45a3ef1c3ee710b05b82fc3dc253db5 --- plugins/provisioners/chef/config/chef_solo.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/plugins/provisioners/chef/config/chef_solo.rb b/plugins/provisioners/chef/config/chef_solo.rb index 0c1019647..a2222a1ed 100644 --- a/plugins/provisioners/chef/config/chef_solo.rb +++ b/plugins/provisioners/chef/config/chef_solo.rb @@ -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