From 94a5558f3fc40ade0c98c2cb51546cd6e16e15a6 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Thu, 13 Oct 2011 12:20:51 +0200 Subject: [PATCH] ++todo in bin/cdist Signed-off-by: Nico Schottelius --- bin/cdist | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/cdist b/bin/cdist index fae83ff1..37461aab 100755 --- a/bin/cdist +++ b/bin/cdist @@ -115,6 +115,7 @@ def configinstall(args, mode): time_start = time.time() for host in args.host: + # Setup Local/Remote context = cdist.context.Context( target_host=host, initial_manifest=args.manifest,