Skip to content

Commit

Permalink
Ensure cron is installed #282 (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenest authored May 27, 2024
1 parent 4f28476 commit 777a7ad
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cmdeploy/src/cmdeploy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -645,3 +645,9 @@ def deploy_chatmail(config_path: Path) -> None:
restarted=journald_conf.changed,
)

apt.packages(
name="Ensure cron is installed",
packages=["cron"],
)


0 comments on commit 777a7ad

Please # to comment.