Issue #20850 puppet run should return actual code --lint fix

This commit is contained in:
Brandon Rochon 2015-04-08 12:26:45 -07:00
parent c5ae09b5e7
commit 4e2ab36b80

View File

@ -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,