packer-cn/provisioner
DanHam 2a060adbf8 Don't use -EncodedCommand with PS as progress stream always leaks to stderr
* Setting $ProgressPreference to SilentlyContinue makes no difference
  when -EncodedCommand is used - any output to the progress stream
  still appears on stderr.
* Delete file containing encode/decode functions since we no longer
  need them.
* Fixes leak of output on progress streams for both normal and elevated
  commands.
* Since we no longer base64 encode, ensure any characters special to XML
  are correctly escaped in the elevated command. This ensures correct
  parsing once the command is wrapped within the elevatedTemplates XML
  based Task Scheduler definition.

Fixes #4322
2017-09-26 11:07:11 +01:00
..
ansible ansible: add skip_version_check flag 2017-06-07 13:31:56 -07:00
ansible-local Merge pull request #4792 from mkuzmin/slash 2017-04-26 15:20:49 -07:00
chef-client move packer to hashicorp 2017-04-04 13:39:01 -07:00
chef-solo use flag -version instead of -v to install chef-solo on Windows 2017-09-18 09:43:02 -05:00
converge move packer to hashicorp 2017-04-04 13:39:01 -07:00
file move packer to hashicorp 2017-04-04 13:39:01 -07:00
powershell Don't use -EncodedCommand with PS as progress stream always leaks to stderr 2017-09-26 11:07:11 +01:00
puppet-masterless fix directory permissions when using sudo 2017-09-15 10:48:50 -07:00
puppet-server Resolve merge conflicts and update documentation. 2017-08-22 14:10:37 +10:00
salt-masterless sudo prefix the command which cleans up `/srv/{salt,pillar}` as these are created with sudo in the packer driven salt bootstrapper 2017-08-11 21:26:16 -04:00
shell set default for ExpectDisconnect to false 2017-08-24 14:46:52 -07:00
shell-local move packer to hashicorp 2017-04-04 13:39:01 -07:00
windows-restart add echo test to winrm connection. 2017-09-01 15:26:41 -07:00
windows-shell clean up ineffectual assignments 2017-08-07 13:20:01 -04:00
guest_commands.go run gofmt 2016-11-01 14:08:04 -07:00
guest_commands_test.go go fmt 2016-02-08 17:34:06 -08:00