mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Rename some files to avoid them being identified as test modules
This commit is contained in:
parent
bfb6015428
commit
85b96de009
2 changed files with 3 additions and 11 deletions
|
@ -1,7 +0,0 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
|
||||
def myfunction():
|
||||
grains = {}
|
||||
grains['a_custom'] = {'k1': 'v1'}
|
||||
return grains
|
|
@ -1,7 +1,6 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
|
||||
def myfunction():
|
||||
grains = {}
|
||||
grains['a_custom'] = {'k2': 'v2'}
|
||||
return grains
|
||||
grains = {}
|
||||
grains['a_custom'] = {'k2': 'v2'}
|
||||
return grains
|
||||
|
|
Loading…
Add table
Reference in a new issue