You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
packer/provisioner
Megan Marsh c1b50d365b
Merge pull request #5851 from arizvisa/multi-proto-progressbar
8 years ago
..
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. 8 years ago
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. 8 years ago
chef-client remove duplicate code from chef provisioner 8 years ago
chef-solo run goimports 8 years ago
converge typo 8 years ago
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. 8 years ago
powershell Ensure comments are easily readable in a standard terminal 8 years ago
puppet-masterless Merge pull request #6215 from tb3088/delay-extraArgs-4462_clean 8 years ago
puppet-server Merge pull request #6215 from tb3088/delay-extraArgs-4462_clean 8 years ago
salt-masterless Merge pull request #6013 from jsoref/spelling 8 years ago
shell remove file stat 8 years ago
shell-local add new feature for telling shell-local whether to use linux pathing on windows; update docs with some examples. 8 years ago
windows-restart make windows restart provisioner work with ssh communicator 8 years ago
windows-shell Remove tmp files created by provisioner/windows-shell tests 8 years ago
guest_commands.go remove erroraction on win removedir 8 years ago
guest_commands_test.go Added test for new commands and guest os type 8 years ago