Revert "Add a pause to ensure SSH has a chance to start. This is a tempoary workaround for the fact that the SSH tunnel code will cause packer to halt if the destination does not exist."

This reverts commit fd35d7c984.
This commit is contained in:
Cheng Sun 2014-12-08 18:20:37 +00:00
parent 6071be1572
commit d9757f2c38

View File

@ -100,8 +100,6 @@ func (self *stepStartOnHIMN) Run(state multistep.StateBag) multistep.StepAction
return multistep.ActionHalt
}
time.Sleep(10 * time.Second)
return multistep.ActionContinue
}