From ba4c25f320a9fc0318ca1e422f1b4e1db38a8ec7 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Wed, 28 Oct 2020 21:19:31 +0100 Subject: Don't configure opensmtpd through salt for now MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- theos/init.sls | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/theos/init.sls b/theos/init.sls index 14185ce..c720fbe 100644 --- a/theos/init.sls +++ b/theos/init.sls @@ -2,4 +2,7 @@ include: - theos.certs - theos.nginx - theos.riot - - opensmtpd + +smtpd: + service.running: + - enable: True -- cgit v1.2.3-54-g00ecf