mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-25 17:24:00 -04:00
Merge pull request #2263 from pecigonzalo/b-powershell-reboot-issue
Add quickfix to restart provisioner as existing one was not working.
This commit is contained in:
@@ -12,7 +12,7 @@ import (
|
||||
"github.com/mitchellh/packer/template/interpolate"
|
||||
)
|
||||
|
||||
var DefaultRestartCommand = "shutdown /r /c \"packer restart\" /t 5 && net stop winrm"
|
||||
var DefaultRestartCommand = "powershell \"& {Restart-Computer -force }\""
|
||||
var DefaultRestartCheckCommand = winrm.Powershell(`echo "${env:COMPUTERNAME} restarted."`)
|
||||
var retryableSleep = 5 * time.Second
|
||||
|
||||
|
||||
Reference in New Issue
Block a user