terraform/communicator/winrm
Paul Hinze 96c20f0dd7
communicator/{ssh,winrm}: seed random script paths
Without a seed, the "random" script path locations for the remote-exec
provisioner were actually deterministic!

Every rand.Int31() would return the same pseudorandom chain starting w/
the numbers: 1298498081, 2019727887, 1427131847, 939984059, ...

So here we properly seed the communicators so the script paths are
actually random, and multiple runs on a single remote host have much
less chance of clobbering each other.

Fixes #4186

Kudos to @DustinChaloupka for the correct hunch leading to this fix!
2016-06-29 09:32:24 -05:00
..
communicator.go communicator/{ssh,winrm}: seed random script paths 2016-06-29 09:32:24 -05:00
communicator_test.go communicator/{ssh,winrm}: seed random script paths 2016-06-29 09:32:24 -05:00
provisioner.go removed extra parentheses 2015-10-08 15:48:04 +03:00
provisioner_test.go Adding support for WinRM 2015-05-01 18:48:54 +02:00