Add note about install_type for version

This commit is contained in:
Brian Cain 2018-11-01 08:51:04 -07:00
parent a25caf1d92
commit 1a0b014ef7
No known key found for this signature in database
GPG Key ID: 9FC4639B2E4510A0
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ distribution's stable package manager, git tree-ish, daily ppa, or testing repos
* `bootstrap_options` (string) - Additional command-line options to
pass to the bootstrap script.
* `version` (string) - Version of minion to be installed. Defaults to latest version.
* `version` (string) - Version of minion to be installed. Defaults to latest version. When specifying `version` you must also specify a `install_type`.
* `python_version` (string, default: "2") - Major Python version of minion to be installed. Only valid for minion versions >= 2017.7.0. Only supported on Windows guest machines.