mirror of
https://github.com/hashicorp/packer.git
synced 2026-05-28 04:35:38 -04:00
should be ssh_host, not host
This commit is contained in:
parent
eaf8550e50
commit
750e09d51d
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ func NewConfig(raws ...interface{}) (*Config, []string, error) {
|
|||
}
|
||||
if c.CommConfig.SSHHost == "" {
|
||||
errs = packer.MultiErrorAppend(errs,
|
||||
fmt.Errorf("host must be specified"))
|
||||
fmt.Errorf("ssh_host must be specified"))
|
||||
}
|
||||
|
||||
if c.CommConfig.SSHUsername == "" {
|
||||
|
|
|
|||
Loading…
Reference in a new issue