From 8a07e731af630fa302fcce0fc3328e1caf6e8511 Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Wed, 31 Oct 2018 11:31:50 -0700 Subject: [PATCH] Update salt provisioner docs --- website/source/docs/provisioning/salt.html.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/website/source/docs/provisioning/salt.html.md b/website/source/docs/provisioning/salt.html.md index 83f0daa8c..506b0ad61 100644 --- a/website/source/docs/provisioning/salt.html.md +++ b/website/source/docs/provisioning/salt.html.md @@ -54,6 +54,10 @@ masterless setup. ## Install Options +The Salt provosioner uses the [Salt bootstrap script](https://github.com/saltstack/salt-bootstrap) +for installing Salt on your guest. These options build up the arguments used to +for the bootstrap script. + * `install_master` (boolean) - Should vagrant install the salt-master on this machine. Not supported on Windows guest machines. @@ -75,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, default: "2017.7.1") - Version of minion to be installed. +* `version` (string) - Version of minion to be installed. Defaults to latest version. * `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.