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 } } }