mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix matcher grain file
This was inadvertently changed in th filename_map backport. This commit restores the matcher grain file to match all branches previous to the inadvertent change.
This commit is contained in:
parent
57fe6cdb18
commit
f23852207f
1 changed files with 1 additions and 1 deletions
|
@ -3,5 +3,5 @@
|
|||
|
||||
def myfunction():
|
||||
grains = {}
|
||||
grains['a_custom'] = {'k1': 'v1'}
|
||||
grains['match'] = 'maker'
|
||||
return grains
|
||||
|
|
Loading…
Add table
Reference in a new issue