packer-cn/helper/communicator
Gonzalo Peci 9c9f8cd451 Add winrm functionality to null provisioner (#2525)
* Add new functions to communicator helper to return the user, password, host, based on the communicator used.

This implementation can help then generalize the provisioeners later on.

* Update null builder checks to utilize the new functions and check for ANY hostname or user or password

* Update builder to user any hostname
2016-05-18 17:22:53 -07:00
..
config.go Add winrm functionality to null provisioner (#2525) 2016-05-18 17:22:53 -07:00
config_test.go
ssh.go
step_connect.go
step_connect_ssh.go
step_connect_test.go
step_connect_winrm.go
testing.go
winrm.go