Restrict colored_output value to always/never/auto.

This commit is contained in:
Dennis Camera 2020-06-06 13:39:29 +02:00
commit 23e66e08fa
5 changed files with 17 additions and 17 deletions

View file

@ -16,10 +16,9 @@
# colored_output
# Colorize cdist's output. If enabled, cdist will use different colors for
# different log levels.
# Recognized values are 'yes'/'no', 'on'/'off', 'true'/'false', '1'/'0',
# and 'auto'
# If the value is 'auto', colored output is enabled if stdout is a TTY
# unless the NO_COLOR (https://no-color.org/) environment variable is defined.
# Recognized values are 'always', 'never', and 'auto'.
# If the value is 'auto', colors are enabled if stdout is a TTY unless
# the NO_COLOR (https://no-color.org/) environment variable is defined.
# colored_output = auto
#
# conf_dir