]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
fbb-api - make it quiet!
authorThomas Dalichow <thomas.dalichow@publicispixelpark.de>
Wed, 5 Sep 2018 09:40:54 +0000 (11:40 +0200)
committerThomas Dalichow <thomas.dalichow@publicispixelpark.de>
Wed, 5 Sep 2018 09:41:02 +0000 (11:41 +0200)
customer/fbb-api/prd-api01-fbb.pixelpark.net.yaml
customer/fbb-api/tst-api01-fbb.pixelpark.net.yaml

index e201d0cf36683ebde4577548c65e99b018df7704..1a207081b9adee7b2a53e9751878c7fbd2ff9279 100644 (file)
@@ -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
 
index 55bfe983ad652a499f6f27feded5da583453d623..74841747325709795f8f4e695ef8a6fdf016e437 100644 (file)
@@ -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