From 5a7abc2b2f8907ba046651c2f41ced5bb162f2d7 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 24 Feb 2015 09:32:55 -0800 Subject: [PATCH] website/docs: update salt docs --- website/docs/source/v2/provisioning/salt.html.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/website/docs/source/v2/provisioning/salt.html.md b/website/docs/source/v2/provisioning/salt.html.md index 62d7edff9..4e832fb8e 100644 --- a/website/docs/source/v2/provisioning/salt.html.md +++ b/website/docs/source/v2/provisioning/salt.html.md @@ -66,6 +66,9 @@ you can specify a branch, tag, or any treeish. Not supported on Windows. if they are already detected, default `false` +* `bootstrap_options` (string) - Additional command-line options to + pass to the bootstrap script. + ## Minion Options These only make sense when `no_minion` is `false`. @@ -112,13 +115,6 @@ These may be used to control the output of state execution: Can be one of "all", "garbage", "trace", "debug", "info", or "warning". -## Miscellaneous - -You can pass any additional command line options to the salt bootstrap script -with the following: - -* `bootstrap_options` (string) - Command line options. - ## Pillar Data You can export pillar data for use during provisioning by using the ``pillar``