vagrant/plugins/provisioners/salt
Brian Cain 34b64ec247
Fixes #10358: Add validation error in salt provider for certain options
Prior to this commit, if you specified a `version` for the salt provider
but no `install_type` Vagrant would fail to pass the proper parameters
to the bootstrap install script. This commit fixes that by adding some
validation to the salt provider if `version` is specified but not
`install_type`. It also adds some extra context for certain config
validation error messages so that the user knows what option was
incorrect, rather than the message just referring to the option as
*this*.
2018-12-03 10:00:11 -08:00
..
bootstrap-salt.ps1 Merge pull request #8992 from BenjaminSchiborr/fix/master/fix_salt_windows_bootstrap 2017-12-07 11:27:55 -08:00
bootstrap-salt.sh Merge pull request #9432 from blueyed/curl-s 2018-09-17 11:13:21 -07:00
config.rb Fixes #10358: Add validation error in salt provider for certain options 2018-12-03 10:00:11 -08:00
errors.rb Fix salt provisioner error namespace to be more consistent with other provisioners 2013-12-27 22:38:44 -05:00
plugin.rb provisioners/salt: remove vagrant check, we core now 2013-08-29 17:08:49 -07:00
provisioner.rb Fix #8328: Use special quote and backslash formatting for Windows when setting Salt pillar. 2018-09-17 14:20:31 -07:00