mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Pylint
This commit is contained in:
parent
3a297d8036
commit
0221f7ee4e
@ -2,17 +2,12 @@
|
||||
'''
|
||||
Generate baseline proxy minion grains
|
||||
'''
|
||||
import logging
|
||||
|
||||
__proxyenabled__ = ['rest_sample']
|
||||
|
||||
__virtualname__ = 'rest_sample'
|
||||
|
||||
log = logging.getLogger(__file__)
|
||||
|
||||
|
||||
def __virtual__():
|
||||
log.debug('In RestExample grains virtual-------------------------------')
|
||||
if 'proxy' not in __opts__:
|
||||
return False
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user