mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Pylint fixes. W293, E302.
This commit is contained in:
parent
aa6df17aa9
commit
a344ae7989
@ -7,6 +7,7 @@ Management of LVS(Linux Virtual Server) Service.
|
||||
This lvs_service module is used to create and manage LVS Service. Service can be set as either absent or present.
|
||||
'''
|
||||
|
||||
|
||||
def __virtual__():
|
||||
'''
|
||||
|
||||
@ -14,6 +15,7 @@ def __virtual__():
|
||||
'''
|
||||
return 'lvs_service' if 'lvs.get_rules' in __salt__ else False
|
||||
|
||||
|
||||
def present(name,
|
||||
protocol=None,
|
||||
service_address=None,
|
||||
|
Loading…
Reference in New Issue
Block a user