updated dovecot state

This commit is contained in:
Paul 2020-07-19 23:42:58 +02:00
parent 896fcdf8d7
commit 091a0488be
2 changed files with 7 additions and 4 deletions

View File

@ -1,5 +1,11 @@
--- ---
dovecot: dovecot:
pkgs:
- dovecot
- dovecot-sieve
- dovecot-imapd
- dovecot-lmtpd
- dovecot-pgsql
imap_user: vmail imap_user: vmail
imap_user_id: 2020 imap_user_id: 2020
config_dir: /etc/dovecot config_dir: /etc/dovecot

View File

@ -2,7 +2,4 @@
{%- from "dovecot/map.jinja" import dovecot with context %} {%- from "dovecot/map.jinja" import dovecot with context %}
dovecot-pkgs: dovecot-pkgs:
pkg.installed: pkg.installed:
- pkgs: - pkgs: {{ dovecot.pkgs }}
- dovecot-imapd
- dovecot-lmtpd
- dovecot-pgsql