Fix typo in conf_dir description: comma separated -> os.pathsep separated.

remotes/origin/os_explorer_devuan_fix
Darko Poljak 7 years ago
parent 21328337ae
commit 0c4826ee97
  1. 4
      configuration/cdist.cfg.skeleton
  2. 4
      docs/src/cdist-configuration.rst
  3. 4
      docs/src/man1/cdist.rst

@ -14,7 +14,9 @@
# cache_path_pattern = %h
#
# conf_dir
# Comma separated list of configuration directories.
# List of configuration directories separated with the character conventionally
# used by the operating system to separate search path components (as in PATH),
# such as ':' for POSIX or ';' for Windows.
# If also specified at command line then values from command line are
# appended to this value.
# conf_dir = <dir1>:<dir2>

@ -46,7 +46,9 @@ The possible keywords and their meanings are as follows:
Specify cache path pattern.
:strong:`conf_dir`
Comma separated list of configuration directories.
List of configuration directories separated with the character conventionally
used by the operating system to separate search path components (as in PATH),
such as ':' for POSIX or ';' for Windows.
If also specified at command line then values from command line are
appended to this value.

@ -519,7 +519,9 @@ The possible keywords and their meanings are as follows:
Specify cache path pattern.
:strong:`conf_dir`
Comma separated list of configuration directories.
List of configuration directories separated with the character conventionally
used by the operating system to separate search path components (as in PATH),
such as ':' for POSIX or ';' for Windows.
If also specified at command line then values from command line are
appended to this value.

Loading…
Cancel
Save