Merge pull request #898 from chatmail/373/decom-cron

chore(cmdeploy): stop installing cron package
This commit is contained in:
373[Ø]™
2026-03-19 10:55:36 +00:00
committed by GitHub

View File

@@ -498,10 +498,6 @@ class ChatmailDeployer(Deployer):
name="Install rsync",
packages=["rsync"],
)
apt.packages(
name="Ensure cron is installed",
packages=["cron"],
)
def configure(self):
# This file is used by auth proxy.