Updating documentation

This commit is contained in:
Jonathan LaBroad 2017-08-29 13:17:56 -04:00
parent 8e3831b810
commit cec589ecd9
1 changed files with 4 additions and 2 deletions

View File

@ -63,7 +63,7 @@ on this machine. Not supported on Windows guest machines.
`false`. Not supported on Windows guest machines.
* `install_type` (stable | git | daily | testing) - Whether to install from a
distribution's stable package manager, git tree-ish, daily ppa, or testing repository.
distribution's stable package manager, git tree-ish, daily ppa, or testing repository. Not supported on Windows guest machines.
* `install_args` (string, default: "develop") - When performing a git install, you can specify a branch, tag, or any treeish. Not supported on Windows.
@ -75,7 +75,9 @@ 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, default: "2016.11.3") - Version of minion to be installed. Only supported on Windows guest machines.
* `version` (string, default: "2017.7.1") - Version of minion to be installed. Only supported on Windows guest machines.
* `python_version` (string, default: "2") - Python version of minion to be installed. Only valid for minion versions >= 2017.7.1. Only supported on Windows guest machines.
## Minion Options
These only make sense when `no_minion` is `false`.