This commit is contained in:
Erik Johnson 2018-08-14 09:36:27 -05:00
parent dd20f12988
commit 39c245525f
No known key found for this signature in database
GPG key ID: 5E5583C437808F3F
2 changed files with 8 additions and 6 deletions

View file

@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
def myfunction():
grains = {}
grains['a_custom'] = {'k2': 'v2'}
return grains
grains = {}
grains['a_custom'] = {'k2': 'v2'}
return grains

View file

@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
def myfunction():
grains = {}
grains['match'] = 'maker'
return grains
grains = {}
grains['a_custom'] = {'k1': 'v1'}
return grains