From 1d1bff88b7e0af70447eae1f0b859ffce1a1e2c3 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sun, 16 Oct 2011 01:06:33 +0200 Subject: [PATCH] just as a marker: return false, so in theory even multiprocess noticed that we did something stuped Signed-off-by: Nico Schottelius --- bin/cdist | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/cdist b/bin/cdist index c00bb73a..a07763f9 100755 --- a/bin/cdist +++ b/bin/cdist @@ -181,6 +181,8 @@ def configinstall_onehost(host, args, mode, parallel): # Do not care in sequential mode, catch in parallel mode if not parallel: raise + else: + return False return True