From f12d0b69566445f215e18c71970462cf3ca30614 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Fri, 14 Feb 2025 12:39:33 +0100 Subject: [PATCH] comment out service rsyslog --- 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 d1072ab..a517c7d 100644 --- a/manifests/main/files.pp +++ b/manifests/main/files.pp @@ -155,7 +155,7 @@ class cd_haproxy::main::files ( seltype => syslog_conf_t, seluser => system_u, content => template('cd_haproxy/rsyslog/10_haproxy.conf.erb'), - notify => Service['rsyslog'], +# notify => Service['rsyslog'], # only if using cd_rsyslog } } }