From: Thomas Dalichow Date: Thu, 14 Jun 2018 10:21:36 +0000 (+0200) Subject: fbb-api - flugdaten temp-rsync: FBBPSCDM-167 (fix FQDN) X-Git-Tag: v0.1.0~808 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=8d9ea6ec3e26ffc4035bce537cb8db60cf7ce8c9;p=pixelpark%2Fhiera.git fbb-api - flugdaten temp-rsync: FBBPSCDM-167 (fix FQDN) --- diff --git a/customer/fbb-api/tst-api01-fbb.pixelpark.net.yaml b/customer/fbb-api/tst-api01-fbb.pixelpark.net.yaml index 9390b3d9..5eb332a0 100644 --- a/customer/fbb-api/tst-api01-fbb.pixelpark.net.yaml +++ b/customer/fbb-api/tst-api01-fbb.pixelpark.net.yaml @@ -6,7 +6,7 @@ infra::profile::apache::htdigest: 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:/home/flugdat/www/ /var/data/import/incoming/farms/' + 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/' minute: '*/3' description: FBBPSCDM-167