]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
fixed fbb crons 2
authorsambufe <samuel.bufe@publicispixelpark.de>
Thu, 22 Jun 2017 09:12:58 +0000 (11:12 +0200)
committersambufe <samuel.bufe@publicispixelpark.de>
Thu, 22 Jun 2017 09:12:58 +0000 (11:12 +0200)
customer/fbb-www/test.yaml
customer/fbb-www/tst-www01-fbb.pixelpark.net.yaml

index c789b692cce2d9abd9911a3c6b1d36393fb18aed..672d7e520ecdc7dceb12a781024358d73bd0de4c 100644 (file)
@@ -120,7 +120,7 @@ sudo::configs:
 
 #infra::profile::cron::cronjobs:
 #  flugplan-import:
-#    command: '/opt/app/web_alt/flugplan/SH_Sources/poll.sh >> /var/log/unitb/flugplan-import.log'
+#   command: '/bin/bash /opt/app/web_alt/flugplan/SH_Sources/poll.sh >> /var/log/unitb/flugplan-import.log 2>> /var/log/unitb/flugplan-import.log'
 #    minute: '*'
 #    hour: '*/2'
 #    date: '*'
index 2b53b8e65a8de3997114b6e3cafd8e6ca1d80de5..949c38c54c77604a872a91ac8b5b92ae9bea05dc 100644 (file)
@@ -3,7 +3,7 @@ infra::role: base
 
 infra::profile::cron::cronjobs:
  flugplan-import:
-   command: '/opt/app/web_alt/flugplan/SH_Sources/poll.sh >> /var/log/unitb/flugplan-import.log 2>> /var/log/unitb/flugplan-import.log'
+   command: '/bin/bash /opt/app/web_alt/flugplan/SH_Sources/poll.sh >> /var/log/unitb/flugplan-import.log 2>> /var/log/unitb/flugplan-import.log'
    minute: '*'
    hour: '*/2'
    date: '*'