vagrant/plugins/provisioners
Benjamin Schiborr c30c00508c provisioners/salt: #8991: Fixes timeout issue in salt bootstrapping for windows
Fixes #8991.

1. When remote executing scripts one should always call powershell with
1a. "-NonInteractive", in order to prevent interactive prompts from leading to an endless waiting time for the script to return
1b. "-NoProfile", in order to prevent the loading of unknown custom profiles before execution of the script which could have unintended side effects
2. During my tests I constantly ran into 408 timeouts when downloading the salt binaries. I've prevented that by adding a simple retry mechanism and an error exit in case of multiple failures. Without this change the bootstrap script never returned (and neither did vagrant up)
2017-09-22 18:08:30 -07:00
..
ansible Merge pull request #8913 from mitchellh/gildegoma/6570-ansible-compatibility-mode 2017-09-06 13:18:08 -07:00
cfengine #6674 CFEngine Provisioner Broken on Debian (http > https) 2015-12-16 14:25:23 +01:00
chef Merge pull request #8682 from Telekom-PD/omnibus-url 2017-08-03 09:19:13 -07:00
docker (#7139) Add post-install provisioner to docker provisioner 2017-06-27 16:01:23 -07:00
file (#8933) Align file provisioner functionality on all platforms 2017-08-31 15:57:53 -07:00
puppet (#8743) Fix puppet provisioner by removing manifestdir flag 2017-07-19 09:59:59 -07:00
salt provisioners/salt: #8991: Fixes timeout issue in salt bootstrapping for windows 2017-09-22 18:08:30 -07:00
shell (#8716) Dup string if frozen for line endings 2017-08-15 08:38:30 -07:00