]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
test-marketing-publicis-ai activate cronjobs
authorAndreas Gerstenberg <gerstenberg@pixelpark.com>
Fri, 28 Jul 2017 07:49:39 +0000 (09:49 +0200)
committerAndreas Gerstenberg <gerstenberg@pixelpark.com>
Fri, 28 Jul 2017 07:49:39 +0000 (09:49 +0200)
customer/pixelpark/test-marketing-publicis-ai.pixelpark.net.yaml

index e7974412db35b3986e94e03442b2e10e4e4de80f..f57f924092d9fc092757a289d48361b76669e3f8 100644 (file)
@@ -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