From: Andreas Gerstenberg Date: Fri, 28 Jul 2017 07:49:39 +0000 (+0200) Subject: test-marketing-publicis-ai activate cronjobs X-Git-Tag: v0.1.0~2666^2~67 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=f64cfdb9172fe0dbfbdf536345c63645e34900a1;p=pixelpark%2Fhiera.git test-marketing-publicis-ai activate cronjobs --- diff --git a/customer/pixelpark/test-marketing-publicis-ai.pixelpark.net.yaml b/customer/pixelpark/test-marketing-publicis-ai.pixelpark.net.yaml index e7974412..f57f9240 100644 --- a/customer/pixelpark/test-marketing-publicis-ai.pixelpark.net.yaml +++ b/customer/pixelpark/test-marketing-publicis-ai.pixelpark.net.yaml @@ -121,7 +121,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' @@ -129,10 +129,10 @@ infra::profile::cron::cronjobs: environment: - 'MAUTIC_ENV=test' - 'MAUTIC_TENANT publicispixelpark' - - 'LOG=/var/www/log/mautic/pepperlfuchs/update.log' + - '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' @@ -140,10 +140,10 @@ infra::profile::cron::cronjobs: environment: - 'MAUTIC_ENV=test' - 'MAUTIC_TENANT publicispixelpark' - - 'LOG=/var/www/log/mautic/pepperlfuchs/rebuild.log' + - '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' @@ -152,9 +152,9 @@ infra::profile::cron::cronjobs: environment: - 'MAUTIC_ENV=test' - 'MAUTIC_TENANT publicispixelpark' - - 'LOG=/var/www/log/mautic/pepperlfuchs/trigger.log' + - 'LOG=/var/www/log/mautic/publicispixelpark/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' @@ -162,10 +162,10 @@ infra::profile::cron::cronjobs: environment: - 'MAUTIC_ENV=test' - 'MAUTIC_TENANT publicispixelpark' - - 'LOG=/var/www/log/mautic/pepperlfuchs/emails.log' + - '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' @@ -173,10 +173,10 @@ infra::profile::cron::cronjobs: environment: - 'MAUTIC_ENV=test' - 'MAUTIC_TENANT publicispixelpark' - - 'LOG=/var/www/log/mautic/pepperlfuchs/messages.log' + - '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' @@ -184,5 +184,5 @@ infra::profile::cron::cronjobs: environment: - 'MAUTIC_ENV=test' - 'MAUTIC_TENANT publicispixelpark' - - 'LOG=/var/www/log/mautic/pepperlfuchs/email-fetch.log' + - 'LOG=/var/www/log/mautic/publicispixelpark/email-fetch.log' description: mautic email fetch