forked from ungleich-public/cdist
update docs, document exit code bug
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
parent
8fddb1692f
commit
32f878ad00
4 changed files with 79 additions and 30 deletions
|
|
@ -28,6 +28,7 @@ import time
|
|||
import pprint
|
||||
|
||||
import cdist
|
||||
import cdist.context
|
||||
from cdist import core
|
||||
|
||||
class ConfigInstall(object):
|
||||
|
|
@ -107,11 +108,7 @@ class ConfigInstall(object):
|
|||
def onehost(cls, host, args, parallel):
|
||||
"""Configure or install ONE system"""
|
||||
|
||||
# FIXME: Refactor relict - remove later
|
||||
log = logging.getLogger("cdist")
|
||||
|
||||
try:
|
||||
import cdist.context
|
||||
|
||||
context = cdist.context.Context(
|
||||
target_host=host,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue