diff --git a/bundles/dovecot/items.py b/bundles/dovecot/items.py index 67fde1d..d58e1ff 100644 --- a/bundles/dovecot/items.py +++ b/bundles/dovecot/items.py @@ -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',