From e21decb3ea572f4164f2eff92ae9c7ea23eb8b07 Mon Sep 17 00:00:00 2001 From: Elias Probst Date: Fri, 23 Nov 2018 23:17:13 +0000 Subject: [PATCH] docs/deploy: Add reference to SaltStack Formula --- docs/DEPLOY.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/DEPLOY.md b/docs/DEPLOY.md index db00fa6..4a91f3b 100644 --- a/docs/DEPLOY.md +++ b/docs/DEPLOY.md @@ -55,3 +55,9 @@ To configure your Elastic Beanstalk MailHog instance, either: You may face restrictions on outbound SMTP from EC2, for example if you are releasing messages to real SMTP servers. + +### SaltStack + +For deploying MailHog using [SaltStack](https://github.com/saltstack/salt), there's a +[SaltStack Formula](https://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html) +available in [github.com/ssc-services/salt-formulas-public](https://github.com/ssc-services/salt-formulas-public/tree/master/mailhog).