From d6616b75136af72bc26940351a5a6f8ce315d87a Mon Sep 17 00:00:00 2001 From: Thomas Dalichow Date: Wed, 5 Sep 2018 11:40:54 +0200 Subject: [PATCH] fbb-api - make it quiet! --- customer/fbb-api/prd-api01-fbb.pixelpark.net.yaml | 2 +- customer/fbb-api/tst-api01-fbb.pixelpark.net.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/customer/fbb-api/prd-api01-fbb.pixelpark.net.yaml b/customer/fbb-api/prd-api01-fbb.pixelpark.net.yaml index e201d0cf..1a207081 100644 --- a/customer/fbb-api/prd-api01-fbb.pixelpark.net.yaml +++ b/customer/fbb-api/prd-api01-fbb.pixelpark.net.yaml @@ -3,7 +3,7 @@ infra::profile::cron::cronjobs: temp_rsync_flugdaten: user: flugdat - command: '/bin/rsync -a -e "ssh -i /home/flugdat/.ssh/id_rsa" flugdat@prd-www01-fbb.pixelpark.net:/home/flugdat/www/ /var/data/import/incoming/farms-rsync/' + command: '/bin/rsync -q -a -e "ssh -i /home/flugdat/.ssh/id_rsa" flugdat@prd-www01-fbb.pixelpark.net:/home/flugdat/www/ /var/data/import/incoming/farms-rsync/ 2>&1 >/dev/null' minute: '*/3' description: FBBPSCDM-167 diff --git a/customer/fbb-api/tst-api01-fbb.pixelpark.net.yaml b/customer/fbb-api/tst-api01-fbb.pixelpark.net.yaml index 55bfe983..74841747 100644 --- a/customer/fbb-api/tst-api01-fbb.pixelpark.net.yaml +++ b/customer/fbb-api/tst-api01-fbb.pixelpark.net.yaml @@ -3,7 +3,7 @@ infra::profile::cron::cronjobs: temp_rsync_flugdaten: user: flugdat - command: '/bin/rsync -a -e "ssh -i /home/flugdat/.ssh/id_rsa" flugdat@tst-www01-fbb.pixelpark.net:/home/flugdat/www/ /var/data/import/incoming/farms-rsync/' + command: '/bin/rsync -q -a -e "ssh -i /home/flugdat/.ssh/id_rsa" flugdat@tst-www01-fbb.pixelpark.net:/home/flugdat/www/ /var/data/import/incoming/farms-rsync/ 2>&1 >/dev/null' minute: '*/3' description: FBBPSCDM-167 -- 2.39.5