From: sascha.strassheim Date: Thu, 12 Apr 2018 11:02:12 +0000 (+0200) Subject: stage-www-publicispixelpark-de typo3 scheduler as cron X-Git-Tag: v0.1.0~1333 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=5ce1cc7c272321c432cf75bcd6be4711272fc828;p=pixelpark%2Fhiera.git stage-www-publicispixelpark-de typo3 scheduler as cron --- diff --git a/customer/pixelpark/stage-www-publicispixelpark-de.pixelpark.com.yaml b/customer/pixelpark/stage-www-publicispixelpark-de.pixelpark.com.yaml index 59d1a848..4bfd892d 100644 --- a/customer/pixelpark/stage-www-publicispixelpark-de.pixelpark.com.yaml +++ b/customer/pixelpark/stage-www-publicispixelpark-de.pixelpark.com.yaml @@ -79,6 +79,21 @@ mysql::server::backup::backuppassword: ENC[PKCS7,MIIBeQYJKoZIhvcNAQcDoIIBajCCAWY mysql::server::backup::backupdir: /var/lib/backup/mysql +infra::profile::cron::cronjobs: + vbb-import: + command: '/bin/php /var/www/pubpix/web/typo3/sysext/core/bin/typo3 scheduler:run' + minute: '*/15' + hour: '*' + date: '*' + month: '*' + weekday: '*' + user: apache + environment: + # - 'MAILTO=root' + - 'PATH="/usr/bin:/bin"' + description: 'typo3 scheduler' + + # basic auth apache - check infra::profile::apache::htdigest: server: