Merge pull request #1396 from ianunruh/feature/vmware-ssh-host-template

builder/vmware: Add templating to VMware SSH host option
pull/1386/merge
Mitchell Hashimoto 12 years ago
commit 3827c02126

@ -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,

Loading…
Cancel
Save