opentofu/builtin/provisioners
James Bardin 3fbdee0777 clean up remote.Cmd api
Combine the ExitStatus and Err values from remote.Cmd into an error
returned by Wait, better matching the behavior of the os/exec package.

Non-zero exit codes are returned from Wait as a remote.ExitError.
Communicator related errors are returned directly.

Clean up all the error handling in the provisioners using a
communicator. Also remove the extra copyOutput synchronization that was
copied from package to package.
2018-03-16 14:29:48 -04:00
..
chef clean up remote.Cmd api 2018-03-16 14:29:48 -04:00
file simplify remote-exec runScripts 2018-02-15 16:14:38 -05:00
habitat clean up remote.Cmd api 2018-03-16 14:29:48 -04:00
local-exec provisioner/local-exec: Allow passing environment variables 2018-03-05 15:58:49 -08:00
remote-exec clean up remote.Cmd api 2018-03-16 14:29:48 -04:00
salt-masterless clean up remote.Cmd api 2018-03-16 14:29:48 -04:00