mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Prevent double environments fomr unconfigured interfaces
This commit is contained in:
parent
bf4501c1bd
commit
a76a2e6884
1 changed files with 1 additions and 0 deletions
|
@ -666,6 +666,7 @@ class AESFuncs(object):
|
|||
'''
|
||||
mopts = dict(self.opts)
|
||||
file_roots = dict(mopts['file_roots'])
|
||||
file_roots = {}
|
||||
envs = self._file_envs()
|
||||
for env in envs:
|
||||
if not env in file_roots:
|
||||
|
|
Loading…
Add table
Reference in a new issue