Skip to content

Update params.pp for redhat OS family #84

@Philaaadata

Description

@Philaaadata

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,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions