mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix merge wart
This commit is contained in:
parent
2ed650b91f
commit
876dd18e9b
1 changed files with 1 additions and 1 deletions
|
@ -774,7 +774,7 @@ class Pillar(object):
|
|||
matched_pstates = fnmatch.filter(
|
||||
self.avail[saltenv],
|
||||
sub_sls.lstrip('.').replace('/', '.'),
|
||||
))
|
||||
)
|
||||
except KeyError:
|
||||
errors.extend(
|
||||
['No matching pillar environment for environment '
|
||||
|
|
Loading…
Add table
Reference in a new issue