mirror of
https://github.com/chatmail/relay.git
synced 2026-05-19 04:18:09 +00:00
dovecot: install also if dovecot.service=False in SystemdEnabled Fact
This commit is contained in:
@@ -22,7 +22,7 @@ class DovecotDeployer(Deployer):
|
|||||||
|
|
||||||
def install(self):
|
def install(self):
|
||||||
arch = host.get_fact(Arch)
|
arch = host.get_fact(Arch)
|
||||||
if not "dovecot.service" in host.get_fact(SystemdEnabled):
|
if not host.get_fact(SystemdEnabled).get("dovecot.service"):
|
||||||
_install_dovecot_package("core", arch)
|
_install_dovecot_package("core", arch)
|
||||||
_install_dovecot_package("imapd", arch)
|
_install_dovecot_package("imapd", arch)
|
||||||
_install_dovecot_package("lmtpd", arch)
|
_install_dovecot_package("lmtpd", arch)
|
||||||
|
|||||||
Reference in New Issue
Block a user