From e4a3a8df71fc064ce200d116c3a473107a7189ad Mon Sep 17 00:00:00 2001 From: Andreas Gerstenberg Date: Wed, 25 Oct 2017 09:18:16 +0200 Subject: [PATCH] pepperl-fuchs activate crons on Test environment --- .../test-www-campaign-pf-de.pixelpark.net.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/customer/pepperl-fuchs/test-www-campaign-pf-de.pixelpark.net.yaml b/customer/pepperl-fuchs/test-www-campaign-pf-de.pixelpark.net.yaml index b7323741..a22ea48d 100644 --- a/customer/pepperl-fuchs/test-www-campaign-pf-de.pixelpark.net.yaml +++ b/customer/pepperl-fuchs/test-www-campaign-pf-de.pixelpark.net.yaml @@ -46,7 +46,7 @@ infra::profile::apache::pp_vhosts: infra::profile::cron::cronjobs: mautic_update: - ensure: 'absent' + ensure: 'present' user: apache command: 'echo >> $LOG; date >> $LOG; php /var/www/marketing/app/console mautic:segments:update >>$LOG 2>&1' minute: '0,15,30,45' @@ -57,7 +57,7 @@ infra::profile::cron::cronjobs: - 'LOG=/var/www/log/mautic/pepperlfuchs/update.log' description: mautic update mautic_rebuild: - ensure: 'absent' + ensure: 'present' user: apache command: 'echo >> $LOG; date >> $LOG; php /var/www/marketing/app/console mautic:campaigns:rebuild >>$LOG 2>&1' minute: '5,20,35,50' @@ -68,10 +68,10 @@ infra::profile::cron::cronjobs: - 'LOG=/var/www/log/mautic/pepperlfuchs/rebuild.log' description: mautic rebuild mautic_trigger: - ensure: 'absent' + ensure: 'present' user: apache command: 'echo >> $LOG; date >> $LOG; php /var/www/marketing/app/console mautic:campaigns:trigger >>$LOG 2>&1' - minute: '*/2' + minute: '10,25,40,55' hour: '*' description: mautic trigger environment: @@ -79,7 +79,7 @@ infra::profile::cron::cronjobs: - 'MAUTIC_TENANT pepperlfuchs' - 'LOG=/var/www/log/mautic/pepperlfuchs/trigger.log' mautic_emails: - ensure: 'absent' + ensure: 'present' user: apache command: 'echo >> $LOG; date >> $LOG; php /var/www/marketing/app/console mautic:emails:send >>$LOG 2>&1' minute: '*/5' @@ -90,7 +90,7 @@ infra::profile::cron::cronjobs: - 'LOG=/var/www/log/mautic/pepperlfuchs/emails.log' description: mautic emails mautic_messages: - ensure: 'absent' + ensure: 'present' user: apache command: 'echo >> $LOG; date >> $LOG; php /var/www/marketing/app/console mautic:messages:send >>$LOG 2>&1' minute: '*/5' @@ -101,7 +101,7 @@ infra::profile::cron::cronjobs: - 'LOG=/var/www/log/mautic/pepperlfuchs/messages.log' description: mautic messages mautic_email_fetch: - ensure: 'absent' + ensure: 'present' user: apache command: 'echo >> $LOG; date >> $LOG; php /var/www/marketing/app/console mautic:email:fetch >>$LOG 2>&1' minute: '*/5' -- 2.39.5