From 6b6037d9bbb68dad10d780e6a7d699734828d339 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Thu, 13 Dec 2012 06:44:55 +0100 Subject: [PATCH] todos for a simple resolver Signed-off-by: Nico Schottelius --- cdist/config_install.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cdist/config_install.py b/cdist/config_install.py index 8c99f8d9..cab09b91 100644 --- a/cdist/config_install.py +++ b/cdist/config_install.py @@ -139,6 +139,9 @@ class ConfigInstall(object): self.local.object_path, self.local.type_path) + # FIXME: + # - think about parallel execution (same for stage_prepare) + # - catch unresolvable trees all_resolved = False while not all_resolved: all_resolved = True