Remove "ssh.password" configuration. It has been deprecated for awhile now.

This commit is contained in:
Mitchell Hashimoto 2010-09-05 11:11:19 -07:00
parent 9cc64fcb34
commit 4704d4adb5
1 changed files with 0 additions and 4 deletions

View File

@ -12,10 +12,6 @@ module Vagrant
attr_writer :private_key_path
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
File.expand_path(@private_key_path, env.root_path)
end