From 25e3829da9765572f27662db0fb48ac955019b77 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Tue, 10 Nov 2015 16:06:45 +0100 Subject: [PATCH] No need to send an email every 20 minutes --- roles/mdapi/templates/mdapi.cron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/mdapi/templates/mdapi.cron b/roles/mdapi/templates/mdapi.cron index 9cf9bcf040..4a5ba01303 100644 --- a/roles/mdapi/templates/mdapi.cron +++ b/roles/mdapi/templates/mdapi.cron @@ -1,4 +1,4 @@ # Fetches repo metadata for mdapi # -*/20 * * * * root /usr/bin/mdapi-get_repo_md /etc/mdapi/mdapi.cfg +*/20 * * * * root /usr/bin/mdapi-get_repo_md /etc/mdapi/mdapi.cfg > /dev/null