This lvs_service module is used to create and manage LVS Service. Service can be set as either absent or present.
Ensure the LVS service is absent.
Ensure that the named service is present.
lvstest:
lvs_service.present:
- service_address: 1.1.1.1:80
- protocol: tcp
- scheduler: rr
Current Salt release: 2014.1.6
Docs for previous releases on salt.rtfd.org.