From ffcc90a557cc2c34188af75a9dbf15acb090ff7e Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 15 Jul 2016 21:25:05 +0000 Subject: [PATCH] Fix epel/fedora bodhi sync scripts to call things correctly. --- roles/bodhi2/backend/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/bodhi2/backend/tasks/main.yml b/roles/bodhi2/backend/tasks/main.yml index 4d39c684b1..69ea4a2d00 100644 --- a/roles/bodhi2/backend/tasks/main.yml +++ b/roles/bodhi2/backend/tasks/main.yml @@ -229,7 +229,7 @@ - name: Updates sync cron job. cron: name="updates-sync" minute="15,45" user="ftpsync" - job="/usr/local/bin/lock-wrapper fedora-updates-push '/usr/local/bin/fedora-updates-push && /usr/local/bin/update-fullfiletimelist -l /tmp/update-fullfiletimelist.lock -t /pub fedora'" + job="/usr/local/bin/lock-wrapper fedora-updates-push '/usr/local/bin/fedora-updates-push && /usr/local/bin/update-fullfiletimelist -l /tmp/update-fullfiletimelist-fedora.lock -t /pub fedora'" cron_file=updates-sync when: inventory_hostname.startswith('bodhi-backend01') and env == "production" tags: @@ -239,7 +239,7 @@ - name: epel Updates sync cron job. cron: name="epel-updates-sync" minute="15,45" user="ftpsync" - job="/usr/local/bin/lock-wrapper fedora-epel-push '/usr/local/bin/fedora-epel-push && /usr/local/bin/update-fullfilelist epel'" + job="/usr/local/bin/lock-wrapper fedora-epel-push '/usr/local/bin/fedora-epel-push && /usr/local/bin/update-fullfiletimelist -l /tmp/update-fullfiletimelist-epel.lock -t /pub epel'" cron_file=updates-sync when: inventory_hostname.startswith('bodhi-backend01') and env == "production" tags: