Add templating to VMware SSH host option

This commit is contained in:
Ian Unruh 2014-08-07 11:11:08 -04:00
parent 104bd9d604
commit 100200e1ae
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ func (c *SSHConfig) Prepare(t *packer.ConfigTemplate) []error {
}
templates := map[string]*string{
"ssh_host": &c.SSHHost,
"ssh_key_path": &c.SSHKeyPath,
"ssh_password": &c.SSHPassword,
"ssh_username": &c.SSHUser,