This commit is contained in:
mwiegand 2021-06-14 23:35:30 +02:00
parent b0e9822188
commit 72b7f38553

View file

@ -2,8 +2,24 @@ assert node.has_bundle('mailserver')
directories = {
'/etc/dovecot/ssl': {},
'/var/vmail': {
'owner': 'vmail',
'group': 'vmail',
}
}
# groups['vmail'] = {
# 'gid': 5000,
# }
#
# users['vmail'] = {
# 'uid': 5000,
# 'home': '/var/vmail',
# 'needs': [
# 'group:vmail',
# ]
# }
files = {
'/etc/dovecot/dovecot.conf': {
'content_type': 'mako',