forked from ungleich-public/cdist
have object seave its explorer outputs
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
f0852209f0
commit
d95d195b40
1 changed files with 3 additions and 2 deletions
|
@ -93,8 +93,9 @@ class ConfigInstall(object):
|
||||||
def object_prepare(self, cdist_object):
|
def object_prepare(self, cdist_object):
|
||||||
"""Prepare object: Run type explorer + manifest"""
|
"""Prepare object: Run type explorer + manifest"""
|
||||||
log.debug("Preparing object: " + cdist_object.name)
|
log.debug("Preparing object: " + cdist_object.name)
|
||||||
self.run_type_explorer(cdist_object)
|
cdist_object.explorers =
|
||||||
self.run_type_manifest(cdist_object)
|
self.explorer.run_type_explorer(cdist_object)
|
||||||
|
self.manifest.run_type_manifest(cdist_object)
|
||||||
cdist_object.prepared = True
|
cdist_object.prepared = True
|
||||||
|
|
||||||
def object_run(self, cdist_object):
|
def object_run(self, cdist_object):
|
||||||
|
|
Loading…
Reference in a new issue