Namespace ssh-config template
This commit is contained in:
parent
acbc0d4b28
commit
27372ef313
|
@ -35,7 +35,8 @@ module Vagrant
|
|||
}
|
||||
|
||||
# Render the template and output directly to STDOUT
|
||||
$stdout.puts(Util::TemplateRenderer.render("ssh_config", variables))
|
||||
template = "commands/ssh_config/config"
|
||||
$stdout.puts(Util::TemplateRenderer.render(template, variables))
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue