Remove deprecated method

This commit is contained in:
Seth Vargo 2015-11-19 14:56:03 -08:00
parent 609ff9f7b2
commit 2dbd24129f
1 changed files with 0 additions and 6 deletions

View File

@ -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