mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge remote-tracking branch 'upstream/2014.7' into merge-forward-2015.5
This commit is contained in:
commit
71c0898fb5
1 changed files with 3 additions and 0 deletions
|
@ -633,6 +633,9 @@ def sls(mods,
|
|||
else:
|
||||
__opts__['pillarenv'] = pillarenv
|
||||
|
||||
if saltenv is None:
|
||||
saltenv = __opts__['environment'] or 'base'
|
||||
|
||||
if queue:
|
||||
_wait(kwargs.get('__pub_jid'))
|
||||
else:
|
||||
|
|
Loading…
Add table
Reference in a new issue