From ef45f7c52efeb6e4e98e5af841d966d052a0bd11 Mon Sep 17 00:00:00 2001 From: Peter Tripp Date: Mon, 13 Apr 2015 12:57:58 -0700 Subject: [PATCH] Add documentation for salt bootstrap script config parameter. --- website/docs/source/v2/provisioning/salt.html.md | 1 + 1 file changed, 1 insertion(+) diff --git a/website/docs/source/v2/provisioning/salt.html.md b/website/docs/source/v2/provisioning/salt.html.md index 4e832fb8e..8bb012aa7 100644 --- a/website/docs/source/v2/provisioning/salt.html.md +++ b/website/docs/source/v2/provisioning/salt.html.md @@ -65,6 +65,7 @@ you can specify a branch, tag, or any treeish. Not supported on Windows. * `always_install` (boolean) - Installs salt binaries even if they are already detected, default `false` +* `bootstrap_script` (string) - Path to your customized salt-bootstrap.sh script. * `bootstrap_options` (string) - Additional command-line options to pass to the bootstrap script.