chore(cmdeploy): stop installing cron package

This commit is contained in:
ccclxxiii
2026-03-18 20:35:27 +00:00
parent 38246ca8ea
commit 1a34172487

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.