State to control Apache modjk
salt.states.modjk.
worker_activated
(name, workers=None, profile='default')Activate all the workers in the modjk load balancer
Example:
loadbalancer:
modjk.worker_activated:
- workers:
- app1
- app2
salt.states.modjk.
worker_disabled
(name, workers=None, profile='default')Disable all the workers in the modjk load balancer
Example:
loadbalancer:
modjk.worker_disabled:
- workers:
- app1
- app2