From 6bf890f5bcafd9747509efe1122a6132a064a53e Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Sat, 25 Jul 2026 12:14:27 +0300 Subject: Set up poudriere custom repo --- roles/host/templates/etc_crontab.j2 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'roles/host/templates/etc_crontab.j2') diff --git a/roles/host/templates/etc_crontab.j2 b/roles/host/templates/etc_crontab.j2 index 33276ab..a78c105 100644 --- a/roles/host/templates/etc_crontab.j2 +++ b/roles/host/templates/etc_crontab.j2 @@ -30,3 +30,7 @@ PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin */10 * * * * root python -m pylogsentinel # Run pylogsentinel batch job once a day 5 6 * * * root /usr/local/bin/pylogsentinel-batch-email.sh + +# Update ports trees nightly +0 2 * * * root /usr/local/bin/update-ports quarterly >>/var/log/update-ports.log 2>&1 +5 2 * * * root /usr/local/bin/update-ports custom >>/var/log/update-ports.log 2>&1 -- cgit v1.3