fix communicator type : Windows -> winrm
This commit is contained in:
parent
f39c3458f7
commit
0ebdad2934
@ -59,7 +59,7 @@ func (b *Builder) Run(ui packer.Ui, hook packer.Hook, cache packer.Cache) (packe
|
|||||||
NewStepDeleteBlockStorageInstance(conn, ui, b.config),
|
NewStepDeleteBlockStorageInstance(conn, ui, b.config),
|
||||||
NewStepTerminateServerInstance(conn, ui),
|
NewStepTerminateServerInstance(conn, ui),
|
||||||
}
|
}
|
||||||
} else if b.config.Comm.Type == "Windows" {
|
} else if b.config.Comm.Type == "winrm" {
|
||||||
steps = []multistep.Step{
|
steps = []multistep.Step{
|
||||||
NewStepValidateTemplate(conn, ui, b.config),
|
NewStepValidateTemplate(conn, ui, b.config),
|
||||||
NewStepCreateLoginKey(conn, ui),
|
NewStepCreateLoginKey(conn, ui),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user