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 Adding support for WinRM 2015-05-01 18:48:54 +02:00
local-exec provisioners/local-exec: output the output 2014-10-05 23:05:49 -07:00
remote-exec provisioner/remote-exec: Move script cleanup after command wait 2016-03-21 10:49:32 -05:00