diff --git a/doc/puppet_classes/clamav_cd_3A_3Aparams.html b/doc/puppet_classes/clamav_cd_3A_3Aparams.html index 9c4d016..7e847fb 100644 --- a/doc/puppet_classes/clamav_cd_3A_3Aparams.html +++ b/doc/puppet_classes/clamav_cd_3A_3Aparams.html @@ -337,6 +337,42 @@ inherited by all classes except defines. —
name of the analyzer used by prelude-admin.
+socket port
+ip address to listen on
-29 -30 31 32 33 @@ -390,29 +424,35 @@ inherited by all classes except defines. 64 65 66 -67+67 +68 +69 +70 +71
# File 'manifests/params.pp', line 29
+ # File 'manifests/params.pp', line 31
class clamav_cd::params (
# installation
- Array $reqpackages = ['clamav','clamd'],
- String $pkg_ensure = 'present',
+ Array $reqpackages = ['clamav','clamd'],
+ String $pkg_ensure = 'present',
# clamd
- String $cv_logfile = '/var/log/clamd.scan',
- String $cv_logfileunlock = 'no',
- String $cv_logfilemaxsize = '2M',
- String $cv_logtime = 'yes',
- String $cv_logclean = 'no',
- String $cv_logsyslog = 'yes',
- String $cv_logfacility = 'LOG_MAIL',
- String $cv_logverbose = 'no',
- String $cv_logrotate = 'yes',
- String $cv_preludeenable = 'no',
- String $cv_preludeanalyzername = 'ClamAV',
+ String $cv_logfile = '/var/log/clamd.scan',
+ String $cv_logfileunlock = 'no',
+ String $cv_logfilemaxsize = '2M',
+ String $cv_logtime = 'yes',
+ String $cv_logclean = 'no',
+ String $cv_logsyslog = 'yes',
+ String $cv_logfacility = 'LOG_MAIL',
+ String $cv_logverbose = 'no',
+ String $cv_logrotate = 'yes',
+ String $cv_preludeenable = 'no',
+ String $cv_preludeanalyzername = 'ClamAV',
+ String $cv_tcpsocket = '3310',
+ String $cv_tcpaddress = '127.0.0.1',
) {
# service