diff options
author | S.Cavallo <smcavallo@hotmail.com> | 2018-02-15 11:02:17 -0500 |
---|---|---|
committer | S.Cavallo <smcavallo@hotmail.com> | 2018-02-15 11:02:17 -0500 |
commit | 59086f0e757dd92b3b2b14ad21914091e281b498 (patch) | |
tree | 52e5626400aa9edd11dcaeb752381fdd7eda97eb /distro | |
parent | 01ae5aac80444d6e849bb44ba0f5798e46978c7f (diff) | |
download | chef-59086f0e757dd92b3b2b14ad21914091e281b498.tar.gz |
Add support for knife bootstrap-preinstall-command
Signed-off-by: S. Cavallo <smcavallo@hotmail.com>
Diffstat (limited to 'distro')
-rw-r--r-- | distro/common/html/knife_bootstrap.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/distro/common/html/knife_bootstrap.html b/distro/common/html/knife_bootstrap.html index 7589dfbaba..cf5edb95bc 100644 --- a/distro/common/html/knife_bootstrap.html +++ b/distro/common/html/knife_bootstrap.html @@ -66,6 +66,8 @@ <dd>Use to enable SSH agent forwarding.</dd> <dt><tt class="docutils literal"><span class="pre">--bootstrap-curl-options</span> <span class="pre">OPTIONS</span></tt></dt> <dd>Use to specify arbitrary options to be added to the bootstrap command when using cURL. This option may not be used in the same command with <tt class="docutils literal"><span class="pre">--bootstrap-install-command</span></tt>.</dd> +<dt><tt class="docutils literal"><span class="pre">--bootstrap-preinstall-command</span> <span class="pre">COMMAND</span></tt></dt> +<dd>Use to execute a custom command before installation of the chef-client.</dd> <dt><tt class="docutils literal"><span class="pre">--bootstrap-install-command</span> <span class="pre">COMMAND</span></tt></dt> <dd>Use to execute a custom installation command sequence for the chef-client. This option may not be used in the same command with <tt class="docutils literal"><span class="pre">--bootstrap-curl-options</span></tt>, <tt class="docutils literal"><span class="pre">--bootstrap-install-sh</span></tt>, or <tt class="docutils literal"><span class="pre">--bootstrap-wget-options</span></tt>.</dd> <dt><tt class="docutils literal"><span class="pre">--bootstrap-install-sh</span> <span class="pre">URL</span></tt></dt> |