formula-haproxy/haproxy/init.sls
2016-06-16 17:25:32 -07:00

13 lines
312 B
Plaintext

# haproxy
#
# Meta-state to fully setup haproxy on debian. (or any other distro that has haproxy in their repo)
include:
{%- set haproxy_items = salt['pillar.get']('haproxy:include', []) %}
{%- for item in haproxy_items %}
- {{ item }}
{%- endfor %}
- haproxy.install
- haproxy.service
- haproxy.config