Skip to content

Commit

Permalink
Replace MailHog with Mailpit
Browse files Browse the repository at this point in the history
  • Loading branch information
swalkinshaw committed Feb 22, 2023
1 parent b6bf716 commit 796587c
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 22 deletions.
2 changes: 1 addition & 1 deletion dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
- { role: ntp, tags: [ntp] }
- { role: sshd, tags: [sshd] }
- { role: mariadb, tags: [mariadb] }
- { role: mailhog, tags: [mailhog, mail] }
- { role: mailpit, tags: [mailpit, mailhog, mail] }
- { role: php, tags: [php] }
- { role: xdebug, tags: [php, xdebug] }
- { role: memcached, tags: [memcached] }
Expand Down
5 changes: 3 additions & 2 deletions galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ roles:
src: oefenweb.swapfile
version: v2.0.36

- src: geerlingguy.mailhog
version: 2.3.0
- name: mailpit
src: roots.mailpit
version: v1.0.0
2 changes: 1 addition & 1 deletion group_vars/development/mail.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Documentation: https://roots.io/trellis/docs/mail/
php_sendmail_path: "{{ mailhog_install_dir }}/mhsendmail"
php_sendmail_path: "{{ mailpit_install_dir }}/mailpit sendmail"
1 change: 0 additions & 1 deletion roles/mailhog/defaults/main.yml

This file was deleted.

13 changes: 0 additions & 13 deletions roles/mailhog/tasks/main.yml

This file was deleted.

2 changes: 0 additions & 2 deletions roles/mailhog/vars/aarch64.yml

This file was deleted.

2 changes: 0 additions & 2 deletions roles/mailhog/vars/default.yml

This file was deleted.

0 comments on commit 796587c

Please sign in to comment.