mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #26641 from basepi/merge-forward-2015.5
[2015.5] Merge forward from 2014.7 to 2015.5
This commit is contained in:
commit
19c7a6d575
1 changed files with 1 additions and 1 deletions
|
@ -619,7 +619,7 @@ def sls(mods,
|
|||
)
|
||||
# Backwards compatibility
|
||||
saltenv = env
|
||||
if not saltenv:
|
||||
if saltenv is None:
|
||||
if __opts__.get('environment', None):
|
||||
saltenv = __opts__['environment']
|
||||
else:
|
||||
|
|
Loading…
Add table
Reference in a new issue