infra::role: base
infra::additional_classes:
- infra::profile::apache_php
+ - infra::profile::cron
+
+infra::profile::cron::cronjobs:
+ vbb-import:
+ command: '/var/www/webservice/bin/cron-1m-php.ksh >> /var/log/fbb_webservice/vbb-import.log 2>> /var/log/fbb_webservice/vbb-import-error.log'
+ minute: '*'
+ hour: '*'
+ date: '*'
+ month: '*'
+ weekday: '*'
+ user: apache
+ environment:
+ # - 'MAILTO=root'
+ - 'PATH="/usr/bin:/bin"'
+ description: 'VBB-cron'
+ webservice-push:
+ command: '/var/www/webservice/bin/cron-1m-php.push.ksh >> /var/log/fbb_webservice/webservice-push.log 2>> /var/log/fbb_webservice/webservice-push-error.log'
+ minute: '*'
+ hour: '*'
+ date: '*'
+ month: '*'
+ weekday: '*'
+ user: apache
+ environment:
+ # - 'MAILTO=root'
+ - 'PATH="/usr/bin:/bin"'
+ description: 'Webservice-Push'
+ braintree:
+ command: '/var/www/webservice/bin/cron-1m-php.braintree.ksh >> /var/log/fbb_webservice/braintree.log 2>> /var/log/fbb_webservice/braintree-error.log'
+ minute: '*'
+ hour: '*'
+ date: '*'
+ month: '*'
+ weekday: '*'
+ user: apache
+ environment:
+ # - 'MAILTO=root'
+ - 'PATH="/usr/bin:/bin"'
+ description: 'Braintree Zahlungsverifikation'
+ cdm-webservice-push:
+ command: '/var/www/cdm-webservice/bin/workaround.ksh >> /var/log/fbb_webservice/cdm-webservice-push.log 2>> /var/log/fbb_webservice/cdm-webservice-push-error.log'
+ minute: '*'
+ hour: '*'
+ date: '*'
+ month: '*'
+ weekday: '*'
+ user: apache
+ environment:
+ # - 'MAILTO=root'
+ - 'PATH="/usr/bin:/bin"'
+ description: 'CDM-Webservice-Push'
+
repo::remi_php71: true