comment out service rsyslog

This commit is contained in:
Arne Teuke
2025-02-14 12:39:33 +01:00
parent 6b73daf7ef
commit f12d0b6956

View File

@@ -155,7 +155,7 @@ class cd_haproxy::main::files (
seltype => syslog_conf_t, seltype => syslog_conf_t,
seluser => system_u, seluser => system_u,
content => template('cd_haproxy/rsyslog/10_haproxy.conf.erb'), content => template('cd_haproxy/rsyslog/10_haproxy.conf.erb'),
notify => Service['rsyslog'], # notify => Service['rsyslog'], # only if using cd_rsyslog
} }
} }
} }