mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
e81bd6ee94
* Add test to match against custom grains * Lint * Forgot to add custom grain
6 lines
107 B
Python
6 lines
107 B
Python
#!/usr/bin/env python
|
|
def myfunction():
|
|
grains = {}
|
|
grains['match'] = 'maker'
|
|
return grains
|