Pylint fixes. W293, E302.

This commit is contained in:
Pedro Algarvio 2013-11-22 13:38:54 +00:00
parent aa6df17aa9
commit a344ae7989

View File

@ -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,