Skip to content

Commit

Permalink
Update RHEL7 package name
Browse files Browse the repository at this point in the history
  • Loading branch information
thoutenbos committed Apr 15, 2020
1 parent 163317e commit 6897010
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libraries/helpers_defaults.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 6897010

Please sign in to comment.