From 1947105298cc3c216d349301cef8b71ed8fc06b4 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 20 Apr 2020 19:23:08 +0000 Subject: [PATCH] fas_client: also run more often on pkgs01.stg Signed-off-by: Kevin Fenzi --- roles/fas_client/templates/fas-client.cron.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/fas_client/templates/fas-client.cron.j2 b/roles/fas_client/templates/fas-client.cron.j2 index 8dd0a78da2..91cd875a26 100644 --- a/roles/fas_client/templates/fas-client.cron.j2 +++ b/roles/fas_client/templates/fas-client.cron.j2 @@ -1,4 +1,4 @@ -{% if ansible_hostname.startswith(('pkgs02', 'people02')) %} +{% if ansible_hostname.startswith(('pkgs01', 'pkgs02', 'people02')) %} */15 * * * * root /usr/local/bin/lock-wrapper fasClient "/usr/bin/fasClient -i |& grep -vi deprecation | /usr/local/bin/nag-once fassync 1d 2>&1" {% else %} 00 20 * * * root /usr/local/bin/lock-wrapper fasClient "/bin/sleep $(($RANDOM \% 3600)); /usr/bin/fasClient -i |& grep -vi deprecation | /usr/local/bin/nag-once fassync 1d 2>&1"