mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Pylint
This commit is contained in:
parent
3a297d8036
commit
0221f7ee4e
1 changed files with 0 additions and 5 deletions
|
@ -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…
Add table
Reference in a new issue