mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Lint
This commit is contained in:
parent
dd20f12988
commit
39c245525f
2 changed files with 8 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
|
||||
def myfunction():
|
||||
grains = {}
|
||||
grains['match'] = 'maker'
|
||||
return grains
|
||||
grains = {}
|
||||
grains['a_custom'] = {'k1': 'v1'}
|
||||
return grains
|
||||
|
|
Loading…
Add table
Reference in a new issue