From 857375657f0d6126048269256ebacf3a8652fcfc Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 12 Oct 2017 21:25:00 +0000 Subject: [PATCH] sick and tired of all the emails from rhel6 fasClient runs, this should filter out the depreciated lines but still show us errors --- roles/fas_client/files/fas-client.cron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/fas_client/files/fas-client.cron b/roles/fas_client/files/fas-client.cron index 6c9a94868d..f86928cbdc 100644 --- a/roles/fas_client/files/fas-client.cron +++ b/roles/fas_client/files/fas-client.cron @@ -1 +1 @@ -00 20 * * * root /usr/local/bin/lock-wrapper fasClient "/bin/sleep $(($RANDOM \% 900)); /usr/bin/fasClient -i | /usr/local/bin/nag-once fassync 1d 2>&1" +00 20 * * * root /usr/local/bin/lock-wrapper fasClient "/bin/sleep $(($RANDOM \% 900)); /usr/bin/fasClient -i |& grep -vi deprecation | /usr/local/bin/nag-once fassync 1d 2>&1"