From 713c1800ecca4d31960554e4c34caf97d5628db0 Mon Sep 17 00:00:00 2001 From: LinuxSquare Date: Thu, 22 Feb 2024 20:36:07 +0100 Subject: [PATCH] Fix haproxy --- haproxy/pkg.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/haproxy/pkg.sls b/haproxy/pkg.sls index efe6b4a..6f44ffc 100644 --- a/haproxy/pkg.sls +++ b/haproxy/pkg.sls @@ -18,7 +18,7 @@ haproxy_pkg_conf_dir: haproxy_pkg_rc_script: file.managed: - name: /etc/init.d/haproxy - - source: salt://{{ tpldir }}/files/haproxy_rcscript.initd + - source: salt://{{ tpldir }}/files/haproxy_rcscript.initd.jinja - template: jinja - context: sls: {{ sls }}