fix ssh config path

Signed-off-by: Dominik Richter <dominik.richter@gmail.com>
This commit is contained in:
Dominik Richter 2015-08-29 17:18:37 -07:00
parent 1bbe67682e
commit e5daa52064

View file

@ -8,7 +8,7 @@ class SshConf < Vulcano.resource(1)
name 'ssh_config'
def initialize( conf_path = nil, type = nil )
@conf_path = conf_path || '/etc/ssh/ssh_conf'
@conf_path = conf_path || '/etc/ssh/ssh_config'
@conf_dir = File.expand_path(File.dirname @conf_path)
@conf = nil
@params = {}