move debian/cron.d crontab into puppet
authorPeter Palfrader <peter@palfrader.org>
Thu, 1 Feb 2018 17:30:11 +0000 (18:30 +0100)
committerPeter Palfrader <peter@palfrader.org>
Thu, 1 Feb 2018 17:30:18 +0000 (18:30 +0100)
dsa-nagios-checks/debian/changelog
dsa-nagios-checks/debian/cron.d [deleted file]

index bd22f5f..8bbadc0 100644 (file)
@@ -9,6 +9,7 @@ dsa-nagios-checks (111) UNRELEASED; urgency=medium
     without -v.
   * dsa-check-backuppg: Support per host and per cluster retention
     times.
+  * remove debian/cron.d: moved into puppet
 
   [ Julien Cristau ]
   * Set LWP::UserAgent timeout in dsa-check-mirrorsync
diff --git a/dsa-nagios-checks/debian/cron.d b/dsa-nagios-checks/debian/cron.d
deleted file mode 100644 (file)
index 8892779..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-@hourly  root [ -x /usr/sbin/dsa-update-apt-status ] && /usr/sbin/dsa-update-apt-status 2>&1 | logger -t dsa-update-apt-status
-@hourly  root if [ -x /sbin/iptables-save ]; then umask 0177 && /sbin/iptables-save | sed -e 's/\[.*//' -e 's/^#.*//' | sha256sum > /var/run/iptables-online.checksum; fi
-@hourly  root if [ -x /sbin/ip6tables-save ]; then umask 0177 && /sbin/ip6tables-save | sed -e 's/\[.*//' -e 's/^#.*//' | sha256sum > /var/run/ip6tables-online.checksum; fi
-13 */4 * * * root [ -x /usr/sbin/dsa-update-samhain-status ] && /usr/sbin/dsa-update-samhain-status
-
-SHELL=/bin/bash
-40 12 25 * *   root [ -x /usr/sbin/dsa-update-unowned-file-status ] && sleep $(( $RANDOM \% 86400 )) && /usr/sbin/dsa-update-unowned-file-status
-# vim:ft=crontab: