Skip to content

Commit

Permalink
Merge pull request #6 from schubergphilis/rhel_pkg_names
Browse files Browse the repository at this point in the history
RHEL pkg names
  • Loading branch information
hvveen authored Apr 15, 2020
2 parents 163317e + 6897010 commit c5a852c
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 c5a852c

Please sign in to comment.