We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7bb9ba commit 95895caCopy full SHA for 95895ca
1 file changed
scripts/pepper
@@ -51,7 +51,7 @@ class Pepper(object):
51
def __call__(self):
52
try:
53
for exit_code, result in self.cli.run():
54
- if HAS_SALT and self.opts:
+ if HAS_SALT and not self.cli.options.userun and self.opts:
55
logger.info('Use Salt outputters')
56
for ret in json.loads(result)['return']:
57
if isinstance(ret, dict):
0 commit comments