forked from ungleich-public/cdist
Adapt; update docs and code style
This commit is contained in:
parent
57e352cd1e
commit
59b98091d7
8 changed files with 58 additions and 49 deletions
|
|
@ -116,9 +116,9 @@ class Code(object):
|
|||
if dry_run:
|
||||
self.env['__cdist_dry_run'] = '1'
|
||||
|
||||
if '__cdist_log_server_socket_to_export' in os.environ:
|
||||
self.env['__cdist_log_server_socket'] = os.environ['__cdist_log_server_socket_to_export']
|
||||
|
||||
if '__cdist_log_server_socket_export' in os.environ:
|
||||
self.env['__cdist_log_server_socket'] = os.environ[
|
||||
'__cdist_log_server_socket_export']
|
||||
|
||||
def _run_gencode(self, cdist_object, which):
|
||||
cdist_type = cdist_object.cdist_type
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue