packer-cn/provisioner
DanHam 4e7feea184 Allow users to specify the location that the env vars file is uploaded to
Previously the location the file was uploaded to was set internally and
used ${env:SYSTEMROOT}/Temp as the destination folder.
By default, in order to inject the required environment variables, the file
is 'dot sourced' by the 'execute_command' using the {{ .Vars }} variable.
Unfortunately the inclusion of the dollar in the path caused issues for
users connecting over ssh as the (typically bash) shell running the execute
command would try and interpret the dollar sign.
The change allows users to specify the location the file is uploaded to,
thereby allowing the user to specify a custom 'execute_command' that
escapes any dollar signs that could be present in the path.
If not set the upload path now defaults to using C:/Windows/Temp as the
upload folder.
2018-04-24 11:09:55 +01:00
..
ansible Allow using a custom inventory file. 2018-04-05 12:56:07 +03:00
ansible-local Revert "Fix #5335" 2018-02-12 11:03:19 -08:00
chef-client tests and docs for #5831 2018-01-31 13:08:25 -08:00
chef-solo run goimports 2018-01-22 17:21:10 -08:00
converge typo 2017-12-18 20:21:26 +00:00
file Merge pull request #3891 from nouney/f-generated-files 2018-04-05 16:08:38 -07:00
powershell Allow users to specify the location that the env vars file is uploaded to 2018-04-24 11:09:55 +01:00
puppet-masterless test, document, cleanup puppet guest codde 2017-10-03 11:39:33 -07:00
puppet-server Fix facterVar separator bug reported in #5338 2017-09-14 11:35:54 +10:00
salt-masterless Merge pull request #6013 from jsoref/spelling 2018-03-14 09:50:27 -07:00
shell pass file info during shell file upload 2018-03-20 16:32:55 -07:00
shell-local move packer to hashicorp 2017-04-04 13:39:01 -07:00
windows-restart add workaround for azure bug. 2018-02-07 11:34:18 -08:00
windows-shell spelling: function 2018-03-13 07:52:02 +00:00
guest_commands.go remove erroraction on win removedir 2017-12-13 10:49:38 -07:00
guest_commands_test.go Added test for new commands and guest os type 2017-12-13 11:16:21 -07:00