- infra::profile::mysql_server
- infra::profile::postfix
- infra::profile::cron
- - infra::profile::clamav
- logstash
infra::profile::cron::cronjobs:
- location1:
provider: location
path: '/'
- auth_type: Digest
+ limit:
+ - { methods: 'OPTIONS', require: 'all granted' }
+ auth_type: Basic
auth_name: server
- auth_digest_provider: file
- auth_digest_algorithm: MD5
- auth_user_file: '/etc/httpd/htdigest'
+ auth_user_file: '/etc/httpd/.htpasswd'
auth_require: 'valid-user'
+
+# - location1:
+# provider: location
+# path: '/'
+# auth_type: Digest
+# auth_name: server
+# auth_digest_provider: file
+# auth_digest_algorithm: MD5
+# auth_user_file: '/etc/httpd/htdigest'
+# auth_require: 'valid-user'
rewrites:
- alias:
comment: 'Alles auf https umleiten'
rewrite_rule:
- '(.*) https://%%{ich-trickse}{HTTP_HOST}%%{ich-trickse}{REQUEST_URI} [R=301,L]'
-infra::profile::clamav::clamd_options:
- AllowSupplementaryGroups: false
- ScanOnAccess: true
- OnAccessIncludePath:
- - '/var/www/openimmo_import/backup'
- OnAccessPrevention: 'yes'
- OnAccessExtraScanning: 'yes'
- VirusEvent: '/bin/echo "ClamAV REPORT: Virus %v found! File: $CLAM_VIRUSEVENT_FILENAME" | mail -s "Virus found" 8x5@pixelpark.com'
-
logstash::generic_resource:
deuwo_import:
resource: file