Fix configuration bugs.

remotes/origin/prometheus-more-fixes
Darko Poljak 7 years ago
parent bdee7273af
commit 2f10353156
  1. 2
      cdist/exec/remote.py
  2. 2
      docs/src/man1/cdist.rst

@ -241,7 +241,7 @@ class Remote(object):
"""
command = [
self.configuration.get('CDIST_REMOTE_SHELL', "/bin/sh"),
self.configuration.get('remote_shell', "/bin/sh"),
"-e"
]
command.append(script)

@ -565,7 +565,7 @@ cdist/inventory
This path is relative to cdist installation directory.
/etc/cdist.cfg
Global cdist configuration file, if exists.
~/.cdist/cdist.cfg
~/.cdist.cfg or $XDG_CONFIG_HOME/cdist/cdist.cfg
Local cdist configuration file, if exists.
NOTES

Loading…
Cancel
Save