diff --git a/checkmk/debian/mk_haproxy.sls b/checkmk/debian/mk_haproxy.sls new file mode 100644 index 0000000000000000000000000000000000000000..8dee74b9f8bb4a296bd24048116c484b318df336 --- /dev/null +++ b/checkmk/debian/mk_haproxy.sls @@ -0,0 +1,7 @@ +hsh_checkmk_install_haproxy_plugin: + file.managed: + - name: /usr/lib/check_mk_agent/plugins/mk_haproxy + - source: salt://checkmk/checkmk-files/mk_haproxy.freebsd + - user: root + - group: root + - mode: 755