Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
Steven Armstrong 2011-10-19 15:54:26 +02:00
parent 50eead577c
commit 24bf7369d9
1 changed files with 1 additions and 0 deletions

View File

@ -159,6 +159,7 @@ class ConfigInstall(object):
self.code.run_code_remote(cdist_object)
# Mark this object as done
self.log.info("Finishing run of " + cdist_object.name)
cdist_object.state == core.Object.STATE_DONE
def stage_run(self):