packer-cn/provisioner/powershell
Wilken Rivera c330d2f04c provisioner/powershell: Update cleanup logic
This change reduces the retry timeout from 5m to 1m, and sets the
RetryDelay to 10s for a total of 6 retries. In additional to the retry
time reduction the cleanup script will now check to see if the
provisioner script created by Packer exists before trying to delete to
prevent any file not found issues.

Closes #9181
Closes #9189
2020-05-14 10:21:45 -04:00
..
test-fixtures test/provisioner/powershell: Add acceptance test for powershell provisioner cleanup 2020-04-08 10:05:54 -04:00
execution_policy.go fix execution policy parser to not interfere with legit integers, and add tests (#8997) 2020-04-07 10:32:58 +02:00
execution_policy_test.go execution policy: make everything more idiomatic 2019-05-23 17:12:32 +02:00
executionpolicy_enumer.go generate execution policy from makefile 2019-05-27 14:52:04 +02:00
provisioner.go provisioner/powershell: Update cleanup logic 2020-05-14 10:21:45 -04:00
provisioner.hcl2spec.go Add `debug_mode` to PowerShell provisioner (#8996) 2020-04-17 11:39:39 +02:00
provisioner_acc_test.go Merge pull request #8908 from hashicorp/fix_4795 2020-04-09 08:56:19 -07:00
provisioner_test.go Add `debug_mode` to PowerShell provisioner (#8996) 2020-04-17 11:39:39 +02:00