]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
pepperl-fuchs activate crons on Test environment
authorAndreas Gerstenberg <gerstenberg@pixelpark.com>
Wed, 25 Oct 2017 07:18:16 +0000 (09:18 +0200)
committerAndreas Gerstenberg <gerstenberg@pixelpark.com>
Wed, 25 Oct 2017 07:18:16 +0000 (09:18 +0200)
customer/pepperl-fuchs/test-www-campaign-pf-de.pixelpark.net.yaml

index b73237413e18e9d7eee7ee8f33f945dc172182a6..a22ea48d24f12532c8a81a786a26c90d7cee72a7 100644 (file)
@@ -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'