From a4724521f561cd797659093a96f4acf55da12570 Mon Sep 17 00:00:00 2001 From: mafro Date: Sat, 14 Feb 2015 09:56:54 +1100 Subject: [PATCH] added bootstrap_options param to the salt provisioner docs --- website/docs/source/v2/provisioning/salt.html.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/website/docs/source/v2/provisioning/salt.html.md b/website/docs/source/v2/provisioning/salt.html.md index ddc81fa90..62d7edff9 100644 --- a/website/docs/source/v2/provisioning/salt.html.md +++ b/website/docs/source/v2/provisioning/salt.html.md @@ -112,6 +112,13 @@ 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``