mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #49289 from rallytime/bp-49170
Back-port #49170 to 2017.7
This commit is contained in:
commit
7a44e5967b
1 changed files with 2 additions and 0 deletions
|
@ -1102,6 +1102,7 @@ class Minion(MinionBase):
|
|||
'minutes': self.opts['mine_interval'],
|
||||
'jid_include': True,
|
||||
'maxrunning': 2,
|
||||
'run_on_start': True,
|
||||
'return_job': self.opts.get('mine_return_job', False)
|
||||
}
|
||||
}, persist=True)
|
||||
|
@ -3341,6 +3342,7 @@ class ProxyMinion(Minion):
|
|||
'minutes': self.opts['mine_interval'],
|
||||
'jid_include': True,
|
||||
'maxrunning': 2,
|
||||
'run_on_start': True,
|
||||
'return_job': self.opts.get('mine_return_job', False)
|
||||
}
|
||||
}, persist=True)
|
||||
|
|
Loading…
Add table
Reference in a new issue