diff --git a/libraries/helpers_defaults.rb b/libraries/helpers_defaults.rb index 8aa6931..e54990e 100644 --- a/libraries/helpers_defaults.rb +++ b/libraries/helpers_defaults.rb @@ -158,7 +158,7 @@ def base_packages %w(clamav clamav-daemon clamav-freshclam) when 'rhel' if node['platform_version'].to_i >= 7 - %w(clamav-server clamav clamav-update clamav-server-systemd) + %w(clamav clamav-update clamd) else %w(clamav clamav-db clamd) end diff --git a/metadata.rb b/metadata.rb index b9997de..cf4dae9 100644 --- a/metadata.rb +++ b/metadata.rb @@ -7,7 +7,7 @@ license 'Apache v2.0' description 'Installs/configures ClamAV' long_description 'Installs/configures ClamAV' -version '1.3.1002' +version '1.3.1003' chef_version '>= 12' source_url 'https://github.com/roboticcheese/clamav-chef'