Skip to content

Commit

Permalink
[FC-31827] Also purge old mailhog service file
Browse files Browse the repository at this point in the history
  • Loading branch information
nichmoe committed Jul 20, 2023
1 parent c7d6e39 commit c8d12cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/batou_ext/mail.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ def configure(self):
if self.purge_old_mailhog_configs:
self += batou.lib.file.Purge("mailhog")
self += batou.lib.file.Purge("mailhog_env")
self += batou.lib.file.Purge("/etc/local/systemd/mailhog.service")
self += batou.lib.file.Purge("/etc/local/nginx/mailhog.conf")
self += batou.lib.file.Purge("htdocs")

Expand Down

0 comments on commit c8d12cc

Please sign in to comment.