wip
This commit is contained in:
parent
9e02827d15
commit
d03e7fcdc3
1 changed files with 8 additions and 9 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue