mirror of
https://github.com/chatmail/relay.git
synced 2026-05-20 12:58:04 +00:00
Merge pull request #898 from chatmail/373/decom-cron
chore(cmdeploy): stop installing cron package
This commit is contained in:
@@ -498,10 +498,6 @@ class ChatmailDeployer(Deployer):
|
|||||||
name="Install rsync",
|
name="Install rsync",
|
||||||
packages=["rsync"],
|
packages=["rsync"],
|
||||||
)
|
)
|
||||||
apt.packages(
|
|
||||||
name="Ensure cron is installed",
|
|
||||||
packages=["cron"],
|
|
||||||
)
|
|
||||||
|
|
||||||
def configure(self):
|
def configure(self):
|
||||||
# This file is used by auth proxy.
|
# This file is used by auth proxy.
|
||||||
|
|||||||
Reference in New Issue
Block a user