From 4e2ab36b801bf1564c82b567ecd9a8d10f980069 Mon Sep 17 00:00:00 2001 From: Brandon Rochon Date: Wed, 8 Apr 2015 12:26:45 -0700 Subject: [PATCH] Issue #20850 puppet run should return actual code --lint fix --- salt/modules/puppet.py | 1 - 1 file changed, 1 deletion(-) diff --git a/salt/modules/puppet.py b/salt/modules/puppet.py index a14383a8c9..47602b8b61 100644 --- a/salt/modules/puppet.py +++ b/salt/modules/puppet.py @@ -169,7 +169,6 @@ def run(*args, **kwargs): return __salt__['cmd.run_all'](repr(puppet), python_shell=False) - def noop(*args, **kwargs): ''' Execute a puppet noop run and return a dict with the stderr, stdout,