9 lines
216 B
Text
9 lines
216 B
Text
haproxy.install:
|
|
pkg.installed:
|
|
- name: haproxy
|
|
{% if salt['pillar.get']('haproxy:require') %}
|
|
- require:
|
|
{% for item in salt['pillar.get']('haproxy:require') %}
|
|
- {{ item }}
|
|
{% endfor %}
|
|
{% endif %}
|