Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-10-07 17:02:24 +02:00
parent 35900ae66c
commit 4a1cf3dbf3
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ class ConfigInstall:
manifest_path = os.path.join(self.context.type_base_path,
cdist_type.manifest_path)
log.debug("%s: Running %s", cdist_object.name, manifest)
log.debug("%s: Running %s", cdist_object.name, manifest_path)
if os.path.exists(manifest_path):
env = { "__object" : os.path.join(self.context.object_base_path,
cdist_object.path),