From 6b73daf7ef78d9ee8922e0586abde322a2a143cf Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Fri, 14 Feb 2025 12:35:30 +0100 Subject: [PATCH] fix typo --- manifests/main/files.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/main/files.pp b/manifests/main/files.pp index 7995796..d1072ab 100644 --- a/manifests/main/files.pp +++ b/manifests/main/files.pp @@ -154,7 +154,7 @@ class cd_haproxy::main::files ( selrole => object_r, seltype => syslog_conf_t, seluser => system_u, - content => template('cd_haproxy/rsyslog/'), + content => template('cd_haproxy/rsyslog/10_haproxy.conf.erb'), notify => Service['rsyslog'], } }