mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-06-11 01:30:03 -04:00
Remove deprecated method
This commit is contained in:
parent
609ff9f7b2
commit
2dbd24129f
1 changed files with 0 additions and 6 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue