diff options
Diffstat (limited to 'theos')
-rw-r--r-- | theos/init.sls | 5 |
1 files changed, 4 insertions, 1 deletions
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 |