Skip to content

Commit 4b56cfa

Browse files
committed
Also install our monitoring tools
1 parent 35d92a1 commit 4b56cfa

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

haproxy/install.sls

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
33
haproxy.install:
44
pkg.installed:
5-
- name: {{ haproxy.package }}
5+
- names:
6+
- {{ haproxy.package }}
7+
- hatop
8+
- monitoring-plugins-haproxy
69
{% if salt['pillar.get']('haproxy:require') %}
710
- require:
811
{% for item in salt['pillar.get']('haproxy:require') %}

0 commit comments

Comments
 (0)