Remove "ssh.password" configuration. It has been deprecated for awhile now.
This commit is contained in:
parent
9cc64fcb34
commit
4704d4adb5
|
@ -12,10 +12,6 @@ module Vagrant
|
||||||
attr_writer :private_key_path
|
attr_writer :private_key_path
|
||||||
attr_accessor :forward_agent
|
attr_accessor :forward_agent
|
||||||
|
|
||||||
# The attribute(s) below do nothing. They are just kept here to
|
|
||||||
# prevent syntax errors for backwards compat.
|
|
||||||
attr_accessor :password
|
|
||||||
|
|
||||||
def private_key_path
|
def private_key_path
|
||||||
File.expand_path(@private_key_path, env.root_path)
|
File.expand_path(@private_key_path, env.root_path)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue