fas_client: also run more often on pkgs01.stg

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-04-20 19:23:08 +00:00 committed by Pierre-Yves Chibon
parent c8bdc3f2ca
commit 1947105298

View file

@ -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"