mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
parent
1416bf70b9
commit
26beb18aa5
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ class SudoExecutor(ModuleExecutorBase):
|
|||
'-c', salt.syspaths.CONFIG_DIR,
|
||||
'--',
|
||||
data.get('fun')]
|
||||
if data['fun'] == 'state.sls':
|
||||
if data['fun'] in ('state.sls', 'state.highstate', 'state.apply'):
|
||||
kwargs['concurrent'] = True
|
||||
for arg in args:
|
||||
self.cmd.append(_cmd_quote(str(arg)))
|
||||
|
|
Loading…
Add table
Reference in a new issue