From 2dbd24129fad65a899e590d696f49ca8fa8b96df Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Thu, 19 Nov 2015 14:56:03 -0800 Subject: [PATCH] Remove deprecated method --- plugins/provisioners/chef/config/base_runner.rb | 6 ------ 1 file changed, 6 deletions(-) diff --git a/plugins/provisioners/chef/config/base_runner.rb b/plugins/provisioners/chef/config/base_runner.rb index cfee8e76e..e7bc6cb07 100644 --- a/plugins/provisioners/chef/config/base_runner.rb +++ b/plugins/provisioners/chef/config/base_runner.rb @@ -61,12 +61,6 @@ module VagrantPlugins @run_list = [] end - def encrypted_data_bag_secret=(value) - puts "DEPRECATION: Chef encrypted_data_bag_secret has no effect anymore." - puts "Remove this from your Vagrantfile since it'll be removed in the next" - puts "Vagrant version." - end - def finalize! super