packer-cn/provisioner
Megan Marsh 1f79b430ee
Merge pull request #6610 from hashicorp/filter_logs
Filter logs
2018-08-23 13:30:21 -07:00
..
ansible Moved the progress bar out of packer.Ui and unlinked it out of all the packer.Ui implementations. Split up the terminal-related functions into a separate terminal.go and calculate the progress bar width by traversing through packer.Ui to avoid the issue with github.com/ugorji/go/codec serializing private members (or unsafe pointers) of structs. Shuffled some arguments around in getConsoleScreenBufferInfo in common/terminal_windows.go so that the interface forces the user to correctly declare a _CONSOLE_SCREEN_BUFFER_INFO type. 2018-08-20 21:55:18 -05:00
ansible-local Moved the progress bar out of packer.Ui and unlinked it out of all the packer.Ui implementations. Split up the terminal-related functions into a separate terminal.go and calculate the progress bar width by traversing through packer.Ui to avoid the issue with github.com/ugorji/go/codec serializing private members (or unsafe pointers) of structs. Shuffled some arguments around in getConsoleScreenBufferInfo in common/terminal_windows.go so that the interface forces the user to correctly declare a _CONSOLE_SCREEN_BUFFER_INFO type. 2018-08-20 21:55:18 -05:00
chef-client remove duplicate code from chef provisioner 2018-08-07 10:01:06 -07:00
chef-solo
converge
file Incorporated the hack demonstrated by @SwampDragons in order to deal with packer.rpc.Ui not exporting any information about what it's doing to anybody. 2018-08-20 21:55:18 -05:00
powershell replace scrubconfig with packer.LogSecretFilter.Set 2018-08-20 15:35:55 -07:00
puppet-masterless Merge pull request #6215 from tb3088/delay-extraArgs-4462_clean 2018-05-08 15:03:55 -07:00
puppet-server Merge pull request #6215 from tb3088/delay-extraArgs-4462_clean 2018-05-08 15:03:55 -07:00
salt-masterless
shell remove file stat 2018-05-03 11:08:41 -07:00
shell-local add new feature for telling shell-local whether to use linux pathing on windows; update docs with some examples. 2018-05-07 15:10:10 -07:00
windows-restart make windows restart provisioner work with ssh communicator 2018-08-21 11:45:18 -07:00
windows-shell Remove tmp files created by provisioner/windows-shell tests 2018-04-30 20:38:03 +01:00
guest_commands.go
guest_commands_test.go