forked from ungleich-public/cdist
Fix configuration bugs.
This commit is contained in:
parent
bdee7273af
commit
2f10353156
2 changed files with 2 additions and 2 deletions
|
@ -241,7 +241,7 @@ class Remote(object):
|
||||||
"""
|
"""
|
||||||
|
|
||||||
command = [
|
command = [
|
||||||
self.configuration.get('CDIST_REMOTE_SHELL', "/bin/sh"),
|
self.configuration.get('remote_shell', "/bin/sh"),
|
||||||
"-e"
|
"-e"
|
||||||
]
|
]
|
||||||
command.append(script)
|
command.append(script)
|
||||||
|
|
|
@ -565,7 +565,7 @@ cdist/inventory
|
||||||
This path is relative to cdist installation directory.
|
This path is relative to cdist installation directory.
|
||||||
/etc/cdist.cfg
|
/etc/cdist.cfg
|
||||||
Global cdist configuration file, if exists.
|
Global cdist configuration file, if exists.
|
||||||
~/.cdist/cdist.cfg
|
~/.cdist.cfg or $XDG_CONFIG_HOME/cdist/cdist.cfg
|
||||||
Local cdist configuration file, if exists.
|
Local cdist configuration file, if exists.
|
||||||
|
|
||||||
NOTES
|
NOTES
|
||||||
|
|
Loading…
Reference in a new issue