mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-21 07:21:40 -04:00
builder/qemu: support user templates in SSH key path
This commit is contained in:
@@ -196,6 +196,7 @@ func (b *Builder) Prepare(raws ...interface{}) ([]string, error) {
|
||||
"iso_url": &b.config.RawSingleISOUrl,
|
||||
"output_directory": &b.config.OutputDir,
|
||||
"shutdown_command": &b.config.ShutdownCommand,
|
||||
"ssh_key_path": &b.config.SSHKeyPath,
|
||||
"ssh_password": &b.config.SSHPassword,
|
||||
"ssh_username": &b.config.SSHUser,
|
||||
"vm_name": &b.config.VMName,
|
||||
|
||||
Reference in New Issue
Block a user