packer-cn/provisioner/shell
Ian Duffy 7e653370b7 Seperate remote_path into remote_folder and remote_script. (#3462)
Commonly /tmp is set as noexec, as a result packer scripts
fail to run. In order to get around this one can set a
remote_path, whoever, remote path requires full filename
and path.

By making remote_path a combination of
remote_folder/remote_script we can change remote_folder
and keep the default script_nnn.sh

Signed-off-by: Ian Duffy <ian@ianduffy.ie>
2016-04-26 16:04:29 -07:00
..
provisioner.go Seperate remote_path into remote_folder and remote_script. (#3462) 2016-04-26 16:04:29 -07:00
provisioner_test.go Seperate remote_path into remote_folder and remote_script. (#3462) 2016-04-26 16:04:29 -07:00
unix_reader.go provisioner/shell: comment on why we return right away if advance == 0 2013-10-15 09:48:12 -10:00
unix_reader_test.go provisioner/shell: fix EOF detection 2013-10-15 05:56:10 -07:00