packer-cn/test/fixtures
Billie Cleek f5ca0de225 provisioner/ansible: assume scp target is file
Assume the scp target is a file instead of a directory. Assuming the scp
target is a file instead of a directory allows uploading files to a node
being provisioned with the ssh communciator using sftp and with the
winrm communicator. It is fully compatible with ansible; ansible
communicators only allow for files (never directories) to be uploaded
(when the copy module is used to upload a directory, ansible walks the
directory and uploads files one at a time).

Update documentation to explain how to provision a Windows image.

Extend tests that use ssh to communicate with the node to include single
files, recursive copies, and content-only recursive copies.

Add test to verify support for the winrm communicator.

Remove the err argument from adapter.scpExec, because it was unused.

Fixes #3911
2016-11-26 14:40:39 -08:00
..
amazon-ebs builder/amazon: parallelize AMI region copies [GH-495] 2013-12-12 12:24:32 -08:00
builder-googlecompute add blackbox tests for ansible provisioner 2016-07-29 23:24:09 -07:00
provisioner-ansible provisioner/ansible: assume scp target is file 2016-11-26 14:40:39 -08:00
provisioner-file Add sftp file transfer support 2015-07-26 23:49:18 +00:00
provisioner-shell test: shell provisioner tests 2013-12-12 11:08:45 -08:00