From 7a7413f1f48c9509bdd4e390f3d86017bf010ab7 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Thu, 8 Sep 2011 03:31:58 +0200 Subject: [PATCH] pause Signed-off-by: Nico Schottelius --- bin/cdist | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bin/cdist b/bin/cdist index ab913541..59d99040 100755 --- a/bin/cdist +++ b/bin/cdist @@ -75,6 +75,11 @@ def remote_conf_directory(): """Returns path to remote main configuration directory""" return os.path.join(remote_base_directory(), "conf") +def out_dir(): + FIXME: stopped - probably need static temp know! + """Local directory containing output""" + return os.path.join(base_directory(), "conf") + def global_explorer_directory(): """Returns path to directory containing the global explorers""" return os.path.join(conf_directory(), "explorer")