This commit is contained in:
mwiegand 2021-06-16 19:56:50 +02:00
parent 9e02827d15
commit d03e7fcdc3

View file

@ -1,5 +1,13 @@
assert node.has_bundle('mailserver')
groups['vmail'] = {}
users['vmail'] = {
'home': '/var/vmail',
'needs': [
'group:vmail',
],
}
directories = {
'/etc/dovecot': {
'purge': True,
@ -11,15 +19,6 @@ directories = {
}
}
groups['vmail'] = {}
users['vmail'] = {
'home': '/var/vmail',
'needs': [
'group:vmail',
],
}
files = {
'/etc/dovecot/dovecot.conf': {
'content_type': 'mako',