From f168f73325cd08e99d2fa6aca34921a2a5b390b4 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Wed, 27 Sep 2023 22:13:16 +0200 Subject: Introduce itzks-systems-puppetserver. Out-source puppetserver into separate machines, which is more ideal for upgrading Debian Edu + ITZkS sites to the next Debian Edu version. --- etc/cron.d/itzks-systems-puppetserver | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 etc/cron.d/itzks-systems-puppetserver (limited to 'etc/cron.d/itzks-systems-puppetserver') diff --git a/etc/cron.d/itzks-systems-puppetserver b/etc/cron.d/itzks-systems-puppetserver new file mode 100644 index 0000000..341d0f2 --- /dev/null +++ b/etc/cron.d/itzks-systems-puppetserver @@ -0,0 +1,5 @@ +MAILTO=root +PATH=/usr/bin:/bin:/usr/sbin:/sbin + +# run puppet auto-CSR signing hourly +0 7,8,9,10,11,12,13,14,15,16,17 * * * root [ -d /etc/puppet ] && [ -x /usr/sbin/itzks-puppet-autosign-new-host-certificates ] && /usr/sbin/itzks-puppet-autosign-new-host-certificates -- cgit v1.2.3