do not do more checks on the manifest, current ones are good

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
remotes/origin/feature_files_export
Nico Schottelius 14 years ago
parent a5b56f0c41
commit 59afce35b5
  1. 1
      bin/cdist
  2. 3
      doc/dev/todo/niconext

@ -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),

@ -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

Loading…
Cancel
Save