edestecd / puppet-clamav

Puppet Module for managing ClamAV
GNU General Public License v3.0
6 stars 59 forks source link

clamd.conf template behaves differently in RHEL6 and RHEL7 #51

Closed jd-daniels closed 6 years ago

jd-daniels commented 6 years ago

I'm passing a fact array via ENC to clamd_options for ExcludePath

In RHEL7 (ruby 2.0.0.648-29):

ExcludePath \<path1> ExcludePath \<path2>

In RHEL6 (ruby 1.8.7.374-5):

ExcludePath \<path1>\<path2>

RHEL7 above is the intended behavior I'm seeking. However, I'm still investigating as to why this occurs. In both cases I'm running puppet 3.8.6-2

jd-daniels commented 6 years ago

Disregard, narrowed it down to an ENC issue