From: Andreas Gerstenberg Date: Thu, 10 Aug 2017 12:36:55 +0000 (+0200) Subject: marketing-publicis-ai enable cronjobs X-Git-Tag: v0.1.0~2646 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=ba958c30cf9d1d25554838e2157a474b5d070ed5;p=pixelpark%2Fhiera.git marketing-publicis-ai enable cronjobs --- diff --git a/customer/pixelpark/marketing-publicis-ai.pixelpark.net.yaml b/customer/pixelpark/marketing-publicis-ai.pixelpark.net.yaml index 519584aa..1a089d5c 100644 --- a/customer/pixelpark/marketing-publicis-ai.pixelpark.net.yaml +++ b/customer/pixelpark/marketing-publicis-ai.pixelpark.net.yaml @@ -144,7 +144,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' @@ -155,7 +155,7 @@ infra::profile::cron::cronjobs: - 'LOG=/var/www/log/mautic/publicispixelpark/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' @@ -166,7 +166,7 @@ infra::profile::cron::cronjobs: - 'LOG=/var/www/log/mautic/publicispixelpark/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' @@ -177,7 +177,7 @@ infra::profile::cron::cronjobs: - 'LOG=/var/www/log/mautic/publicispixelpark/trigger.log' description: mautic trigger 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' @@ -188,7 +188,7 @@ infra::profile::cron::cronjobs: - 'LOG=/var/www/log/mautic/publicispixelpark/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' @@ -199,7 +199,7 @@ infra::profile::cron::cronjobs: - 'LOG=/var/www/log/mautic/publicispixelpark/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'