mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Rename some files to avoid them being identified as test modules
This commit is contained in:
parent
bfb6015428
commit
85b96de009
@ -1,7 +0,0 @@
|
|||||||
# -*- coding: utf-8 -*-
|
|
||||||
|
|
||||||
|
|
||||||
def myfunction():
|
|
||||||
grains = {}
|
|
||||||
grains['a_custom'] = {'k1': 'v1'}
|
|
||||||
return grains
|
|
@ -1,7 +1,6 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
|
|
||||||
def myfunction():
|
def myfunction():
|
||||||
grains = {}
|
grains = {}
|
||||||
grains['a_custom'] = {'k2': 'v2'}
|
grains['a_custom'] = {'k2': 'v2'}
|
||||||
return grains
|
return grains
|
||||||
|
Loading…
Reference in New Issue
Block a user