mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #47465 from rallytime/bp-47354
Back-port #47354 to 2018.3
This commit is contained in:
commit
3658604c43
1 changed files with 1 additions and 1 deletions
|
@ -2999,7 +2999,7 @@ class BaseHighState(object):
|
|||
'top_file_merging_strategy set to \'same\', but no '
|
||||
'default_top configuration option was set'
|
||||
)
|
||||
self.opts['environment'] = self.opts['default_top']
|
||||
self.opts['saltenv'] = self.opts['default_top']
|
||||
|
||||
if self.opts['saltenv']:
|
||||
contents = self.client.cache_file(
|
||||
|
|
Loading…
Add table
Reference in a new issue