mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Issue #20850 puppet run should return actual code --lint fix
This commit is contained in:
parent
c5ae09b5e7
commit
4e2ab36b80
@ -169,7 +169,6 @@ def run(*args, **kwargs):
|
|||||||
return __salt__['cmd.run_all'](repr(puppet), python_shell=False)
|
return __salt__['cmd.run_all'](repr(puppet), python_shell=False)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
def noop(*args, **kwargs):
|
def noop(*args, **kwargs):
|
||||||
'''
|
'''
|
||||||
Execute a puppet noop run and return a dict with the stderr, stdout,
|
Execute a puppet noop run and return a dict with the stderr, stdout,
|
||||||
|
Loading…
Reference in New Issue
Block a user