[cdist.cfg.skeleton] Update colored_output documentation based on cdist(1)
This commit is contained in:
parent
790c6efae9
commit
7a570f8692
1 changed files with 6 additions and 5 deletions
|
@ -14,11 +14,12 @@
|
||||||
# cache_path_pattern = %h
|
# cache_path_pattern = %h
|
||||||
#
|
#
|
||||||
# colored_output
|
# colored_output
|
||||||
# Use a colored output for different log levels.
|
# Colorize cdist's output. If enabled, cdist will use different colors for
|
||||||
# It can be a boolean or 'auto' (default) which enables this feature if
|
# different log levels.
|
||||||
# stdout is a tty and disables it otherwise.
|
# Recognized values are 'yes'/'no', 'on'/'off', 'true'/'false', '1'/'0',
|
||||||
# Colored output is always disabled if the NO_COLOR environment variable is
|
# and 'auto'
|
||||||
# defined (https://no-color.org/).
|
# 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.
|
||||||
# colored_output = auto
|
# colored_output = auto
|
||||||
#
|
#
|
||||||
# conf_dir
|
# conf_dir
|
||||||
|
|
Loading…
Reference in a new issue