mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #46751 from folti/2017.7
top file merging strategy 'same' works again
This commit is contained in:
commit
6e9f504ed1
1 changed files with 1 additions and 0 deletions
|
@ -2817,6 +2817,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']
|
||||
|
||||
if self.opts['environment']:
|
||||
contents = self.client.cache_file(
|
||||
|
|
Loading…
Add table
Reference in a new issue