From 84f49bf0ce1d9585ece6a01c496769cb40a5d3e3 Mon Sep 17 00:00:00 2001 From: Florian Breisch Date: Mon, 20 Feb 2017 16:40:24 +0100 Subject: [PATCH] Add hint for .verbose-attribute --- website/source/docs/provisioning/salt.html.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/source/docs/provisioning/salt.html.md b/website/source/docs/provisioning/salt.html.md index c762aa66c..7fc80a92c 100644 --- a/website/source/docs/provisioning/salt.html.md +++ b/website/source/docs/provisioning/salt.html.md @@ -138,6 +138,9 @@ These may be used to control the output of state execution: Can be one of "all", "garbage", "trace", "debug", "info", or "warning". Requires `verbose` to be set to "true". +* `verbose` (boolean) - The verbosity of the outputs. Defaults to "false". + Must be true for log_level taking effect and the output of the salt-commands being displayed. + ## Pillar Data You can export pillar data for use during provisioning by using the ``pillar``