Remove deprecated method
This commit is contained in:
parent
609ff9f7b2
commit
2dbd24129f
|
@ -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 New Issue