- infra::profile::typo3
- infra::profile::mysql_server
- infra::profile::postfix
+ - redis
- infra::profile::cron
# user
infra::additional_packages:
ImageMagick: {}
+redis::bind: 0.0.0.0
+redis::manage_repo: true
+redis::timeout: 30
+redis::maxmemory: 3gb
+
# php packages
repo::remi_php71: true
mysql::server::backup::backupdir: /var/lib/backup/mysql
+# typo3 scheduler cron
infra::profile::cron::cronjobs:
vbb-import:
command: '/bin/php /var/www/pubpix/web/typo3/sysext/core/bin/typo3 scheduler:run'
- minute: '15'
+ minute: '*/15'
hour: '*'
date: '*'
month: '*'
- 'PATH="/usr/bin:/bin"'
description: 'typo3 scheduler'
-
# basic auth apache - check
infra::profile::apache::htdigest:
server: