adds controls for service, files and dirs, plus templates
This commit is contained in:
@@ -28,12 +28,14 @@
|
||||
class cd_clamav::params (
|
||||
|
||||
# installation
|
||||
$reqpackages = ['clamav','clamd'],
|
||||
$reqpackages = ['clamav','clamav-server','clamav-data','clamav-update',
|
||||
'clamav-filesystem','clamav-scanner-systemd',
|
||||
'clamav-devel','clamav-lib','clamav-server-systemd'],
|
||||
$pkg_ensure = 'latest',
|
||||
|
||||
) {
|
||||
|
||||
$cv_service = 'clamd@.service'
|
||||
$cv_service = ''
|
||||
|
||||
|
||||
# includes must be last
|
||||
|
||||
Reference in New Issue
Block a user