edestecd / puppet-clamav

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

Remove deprecated setting AllowSupplementaryGroups #68

Closed grantc closed 4 years ago

grantc commented 4 years ago

RedHat installations of clamav with versions < 0.102 come with the deprecated flag AllowSupplementaryGroups set in /etc/freshclam.conf. After upgrading with the puppet module the setting is retained and generates noise in cron emails:

WARNING: Ignoring deprecated option AllowSupplementaryGroups at /etc/freshclam.conf:4

This change removes the configuration key AllowSupplementaryGroups if it's present in /etc/freshclam.conf

edestecd commented 4 years ago

This we removed here: https://github.com/edestecd/puppet-clamav/pull/60

grantc commented 4 years ago

Strange how it was getting set. I've run puppet on a machine that had this config setting. With 2.0.0 I see the setting is removed. ¯_(ツ)_/¯