David Härdeman

Results 49 comments of David Härdeman

I should add that adding a domain to `acme_domains` also doesn't work. The reason is that `/usr/local/lib/pki/pki-realm` doesn't seem to update `/etc/pki/realms//acme/openssl.conf` (and `/etc/pki/realms//acme/request.pem`) if it already exists. A more...

> The script shipped by `rspamd` role to renew DKIM keys, which is launched by Cron `/etc/cron.d/rspamd-dkim-keygen`, has an stderr output: > > ``` > /usr/local/sbin/rspamd-dkim-keygen:46: DeprecationWarning: The distutils package...

@mathieumd : could you try PR #2160?

> > > So every first day of each months, the user `_rspamd` is receiving the cron error output by mail. > > > (Which we do not actually receive:...

The ``cron.d`` email issue is in issue #2162 now

That could be, I haven't tested setting any conditionals on the roles in the playbooks. But I think it should ultimately also be possible to do completely without `systemd-cron` in...

``logrotate`` doesn't even use ``systemd-cron`` in a ``systemd`` environment....so is your plan that `debops.cron` should be changed so that it can be informed that native timers exist and do a...

> `systemd-cron` in nothing else than systemd timers packaged with handy crontab script Yeah, I know....but the ``logrotate`` and ``dhparams`` roles now express a role dependency on ``debops.cron`` (so that...

> but you have a tool (crontab script) which can modify settings locally in a friendly and well documented way. IMHO it's much simpler than directly editing systemd timers. But...