Closed sfinke0 closed 6 years ago
Yes, in the mean time you can use the workaround:
class { 'clamav':
manage_freshclam => true,
freshclam_options => {
'AllowSupplementaryGroups' => undef,
},
}
I'm about to run some builds on CentOS 7, which has the same version. If it fails I'll yank this option from all...
Have you had any progress in getting this removed? Forgive my newbness...but where is that work around, um, worked around at? I'm digging into it and hopefully I can figure it out. Much appreciated!
Edit: I believe I am closer; I've gotten this module loaded. lol
Hi,
I don't know when it will be fixed as I don't have time to look at it and submit a PR so @edestecd would have to check when he has time. The workaround is to set 'AllowSupplementaryGroups' => undef,
in your configuration. If you need more help, please show us your manifest(s).
Solved via #60
Hi guys,
the option "AllowSupplementaryGroups" is not supported anymore since the ClamAV version 0.99.2+dfsg-0+deb8u1 on debian. (https://github.com/leapcode/leap_platform/pull/106) Which says:
Could you fix that in your module please?
regards