cdist/cdist
Nico Schottelius a6e2cf853e mkdiropt needs to be unquoted => empty if not existing
Otherwise this happens:

    root@lilly ~ # cat
    /var/lib/cdist/object/__directory/vm/.cdist/code-remote
    rm -f "/vm"
    mkdir "" "/vm"

which results into

    mkdir: cannot create directory `': No such file or directory

Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
2013-12-01 22:33:13 +01:00
..
conf mkdiropt needs to be unquoted => empty if not existing 2013-12-01 22:33:13 +01:00
core implement configurable default values for parameters 2013-09-04 22:11:42 +02:00
exec catch permissionserror when deleting old cache 2013-12-01 18:42:07 +01:00
test only use a single space to distinguish between the actual __target_host and the same used as part of the path; fixes #206 2013-10-03 09:55:14 +02:00
util lib/cdist => cdist (pypi) 2012-10-25 17:21:58 +02:00
__init__.py re-arrange REMOTE_COPY/EXEC for Shell use 2013-08-07 17:52:34 +02:00
banner.py lib/cdist => cdist (pypi) 2012-10-25 17:21:58 +02:00
config.py refactor so that there is no interaction between code-local and code-remote 2013-11-26 16:31:18 +01:00
emulator.py implement configurable default values for parameters 2013-09-04 22:11:42 +02:00
log.py +print cdist version on startup + exit_code = 2 for irq 2013-08-21 18:52:35 +02:00
preos.py minor updates for preos 2013-11-29 16:02:00 +01:00
shell.py fix shell from previous context change 2013-09-03 21:32:26 +02:00