- infra::profile::mysql_server
- infra::profile::postfix
- logstash
+ - infra::profile::clamav
# - zabbix::agent
- '%%{ich-trickse}{HTTPS} !=on'
rewrite_rule:
- '(.*) https://%%{ich-trickse}{HTTP_HOST}%%{ich-trickse}{REQUEST_URI} [R=301,L]'
+
+infra::profile::clamav::clamd_options:
+ ScanOnAccess: true
+ OnAccessIncludePath:
+ - '/home/polyestate/data'
+ - '/home/immosolve/data]'
+
+ OnAccessPrevention: 'yes'
+ OnAccessExtraScanning: 'yes'
+ VirusEvent: '/bin/echo "ClamAV REPORT: Virus %v found! File: $CLAM_VIRUSEVENT_FILENAME" | mail -s "Virus found" 8x5@pixelpark.com'