From: Thomas Dalichow Date: Wed, 5 Sep 2018 09:40:54 +0000 (+0200) Subject: fbb-api - make it quiet! X-Git-Tag: v0.1.0~232^2~1 X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=d6616b75136af72bc26940351a5a6f8ce315d87a;p=pixelpark%2Fhiera.git fbb-api - make it quiet! --- 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