mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #47354 from folti/46751_fix
fix forward port of #46751
This commit is contained in:
commit
98fa44b3a5
1 changed files with 1 additions and 1 deletions
|
@ -3012,7 +3012,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