]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
(stage)-www-publicispixelpark-de typo3 scheduler cron wrong name
authorsascha.strassheim <sascha.strassheim@pixelpark.com>
Fri, 13 Apr 2018 09:43:51 +0000 (11:43 +0200)
committersascha.strassheim <sascha.strassheim@pixelpark.com>
Fri, 13 Apr 2018 09:43:51 +0000 (11:43 +0200)
customer/pixelpark/stage-www-publicispixelpark-de.pixelpark.com.yaml
customer/pixelpark/www-publicispixelpark-de.pixelpark.com.yaml

index a3a8aff762558e2b001ef1229d1cc5911a90240a..5c6385e3241a36a41fd10a6c5a534c6e8c707f0c 100644 (file)
@@ -88,7 +88,7 @@ mysql::server::backup::backupdir: /var/lib/backup/mysql
 
 # typo3 scheduler cron
 infra::profile::cron::cronjobs:
-  vbb-import:
+  typo3_scheduler:
     command: '/bin/php /var/www/pubpix/web/typo3/sysext/core/bin/typo3 scheduler:run'
     minute: '*/15'
     hour: '*'
index efeb67304c333896e05d840afddfa61e97b62bb3..e066073bcb1d311e0104afcec92ad716912254fa 100644 (file)
@@ -80,7 +80,7 @@ mysql::server::backup::time:
 
 # typo3 scheduler cron
 infra::profile::cron::cronjobs:
-  vbb-import:
+  typo3_scheduler:
     command: '/bin/php /var/www/pubpix/web/typo3/sysext/core/bin/typo3 scheduler:run'
     minute: '*/15'
     hour: '*'