We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35d92a1 commit 4b56cfaCopy full SHA for 4b56cfa
1 file changed
haproxy/install.sls
@@ -2,7 +2,10 @@
2
3
haproxy.install:
4
pkg.installed:
5
- - name: {{ haproxy.package }}
+ - names:
6
+ - {{ haproxy.package }}
7
+ - hatop
8
+ - monitoring-plugins-haproxy
9
{% if salt['pillar.get']('haproxy:require') %}
10
- require:
11
{% for item in salt['pillar.get']('haproxy:require') %}
0 commit comments