terraform/builtin/provisioners
Paul Hinze 579680cebc provisioner/remote-exec: Move script cleanup after command wait
The script cleanup step added in #5577 was positioned before the
`cmd.Wait()` call to ensure the command completes. This was causing
non-deterministic failures, especially for longer running scripts.

Fixes #5699
Fixes #5737
2016-03-21 10:49:32 -05:00
..
chef Provide correct command to fetchChefCertificatesFunc 2016-02-25 12:10:50 -07:00
file
local-exec
remote-exec provisioner/remote-exec: Move script cleanup after command wait 2016-03-21 10:49:32 -05:00