Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update params.pp for redhat OS family #84

Open
Philaaadata opened this issue Oct 23, 2024 · 0 comments
Open

Update params.pp for redhat OS family #84

Philaaadata opened this issue Oct 23, 2024 · 0 comments

Comments

@Philaaadata
Copy link

Hello,

Freshclam package is "clamav-update" for OS version <= 7 and "clamav-freshclam" for OS version >= 8

line 53 :
# ### RHEL8/Centos8/RockyLinux8 actually do have a service
if versioncmp($facts['os']['release']['major'], '8') >= 0 {
$freshclam_service = 'clamav-freshclam'
$freshclam_package = 'clamav-freshclam'
} else {
$freshclam_service = undef
$freshclam_package = 'clamav-update'
}

RHEL 8 :
Nom : clamav-freshclam
Version : 1.0.7
Publication : 1.el8
Architecture : x86_64
Taille : 224 M
Source : clamav-1.0.7-1.el8.src.rpm
Dépôt : @System
Depuis le dé : epel
Résumé : Auto-updater for the Clam Antivirus scanner data-files
URL : https://www.clamav.net/
Licence : GPLv2
Description : This package contains the freshclam(1) program and clamav-freshclam
: service which can be used to update the clamav anti-virus database
: automatically. Most users should install this package in order to
: keep their definitions up to date.

RHEL 9 :
Nom : clamav-freshclam
Version : 1.0.7
Publication : 1.el9
Architecture : x86_64
Taille : 224 M
Source : clamav-1.0.7-1.el9.src.rpm
Dépôt : @System
Depuis le dé : epel
Résumé : Auto-updater for the Clam Antivirus scanner data-files
URL : https://www.clamav.net/
Licence : GPLv2
Description : This package contains the freshclam(1) program and clamav-freshclam
: service which can be used to update the clamav anti-virus database
: automatically. Most users should install this package in order to
: keep their definitions up to date.

Regard,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant