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'], } }