packer-cn/helper/communicator
Matthew Hooker a831d522be
change run signatures
Run now takes a context as well as a statebag. We'll assign the context
to the blank identifier to prevent namespace collisions. We'll let the
step authors opt-in to using the context.

`find . -iname "step_*.go" -exec gsed -i'' 's/func \(.*\)Run(/func \1Run(_ context.Context, /' {} \;`
2018-01-24 17:09:17 -08:00
..
config.go Check if both SSH proxy and basiton are configured 2017-10-14 21:38:44 +01:00
config_test.go Add 'winrm_use_ntlm' configuration directive for NTLM authentication support 2017-06-07 12:08:12 +01:00
ssh.go helper/communicator: validate ssh keys 2015-06-13 18:05:10 -04:00
step_connect.go change run signatures 2018-01-24 17:09:17 -08:00
step_connect_ssh.go change run signatures 2018-01-24 17:09:17 -08:00
step_connect_test.go move multistep imports to helper. 2018-01-24 17:09:15 -08:00
step_connect_winrm.go change run signatures 2018-01-24 17:09:17 -08:00
testing.go builder/null: pass unit tests 2015-06-13 18:55:37 -04:00
winrm.go helper/communicator: WinRM stuff 2015-06-13 22:05:48 -07:00