From 59afce35b53419a20aac42d73d7f563fd71e8e85 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Tue, 13 Sep 2011 16:25:39 +0200 Subject: [PATCH] do not do more checks on the manifest, current ones are good Signed-off-by: Nico Schottelius --- bin/cdist | 1 - doc/dev/todo/niconext | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/bin/cdist b/bin/cdist index fda94888..873fbb1a 100755 --- a/bin/cdist +++ b/bin/cdist @@ -451,7 +451,6 @@ class Cdist: manifest = self.type_manifest_path(type) log.debug("%s: Running %s", cdist_object, manifest) - # FIXME: add more sensible checks for manifest if os.path.exists(manifest): env = { "__object" : self.object_dir(cdist_object), "__object_id": self.get_object_id_from_object(cdist_object), diff --git a/doc/dev/todo/niconext b/doc/dev/todo/niconext index 22f9f7b7..738cd692 100644 --- a/doc/dev/todo/niconext +++ b/doc/dev/todo/niconext @@ -2,6 +2,8 @@ For 2.0.0: - Remove all FIXME entries - Remove obsolete manpages + - support subcommands! + deploy? config? -------------------------------------------------------------------------------- @@ -15,3 +17,4 @@ For 2.0.0: - Rewrite cdist-type-emulator - Remove legacy code in cdist - Remove cdist-config +