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:
rallytime 2018-10-30 09:51:51 -04:00
parent 57fe6cdb18
commit f23852207f
No known key found for this signature in database
GPG key ID: E8F1A4B90D0DEA19

View file

@ -3,5 +3,5 @@
def myfunction():
grains = {}
grains['a_custom'] = {'k1': 'v1'}
grains['match'] = 'maker'
return grains