]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
marketing-publicis-ai enable cronjobs
authorAndreas Gerstenberg <gerstenberg@pixelpark.com>
Thu, 10 Aug 2017 12:36:55 +0000 (14:36 +0200)
committerAndreas Gerstenberg <gerstenberg@pixelpark.com>
Thu, 10 Aug 2017 12:36:55 +0000 (14:36 +0200)
customer/pixelpark/marketing-publicis-ai.pixelpark.net.yaml

index 519584aade016b9b140ffcd3283dab0395456375..1a089d5ccc017b658a8449e8cdc5d54774608950 100644 (file)
@@ -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'