View difference between Paste ID: SrVMwrbX and vzFeRufe
SHOW: | | - or go back to the newest paste.
1-
### BASE top.sls###
1+
[root@SO6_MCiGSN_Socket20 _modules]# cat so6test.py 
2-
[root@SO6_MCiGSN_Socket20 base]# cat top.sls 
2+
#!/usr/bin/env python
3-
base:
3+
 
4-
    '*':
4+
def test():
5-
     - Test
5+
    '''Just a test function'''
6-
6+
    return True