wip
This commit is contained in:
parent
b0e9822188
commit
72b7f38553
1 changed files with 16 additions and 0 deletions
|
@ -2,8 +2,24 @@ assert node.has_bundle('mailserver')
|
||||||
|
|
||||||
directories = {
|
directories = {
|
||||||
'/etc/dovecot/ssl': {},
|
'/etc/dovecot/ssl': {},
|
||||||
|
'/var/vmail': {
|
||||||
|
'owner': 'vmail',
|
||||||
|
'group': 'vmail',
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# groups['vmail'] = {
|
||||||
|
# 'gid': 5000,
|
||||||
|
# }
|
||||||
|
#
|
||||||
|
# users['vmail'] = {
|
||||||
|
# 'uid': 5000,
|
||||||
|
# 'home': '/var/vmail',
|
||||||
|
# 'needs': [
|
||||||
|
# 'group:vmail',
|
||||||
|
# ]
|
||||||
|
# }
|
||||||
|
|
||||||
files = {
|
files = {
|
||||||
'/etc/dovecot/dovecot.conf': {
|
'/etc/dovecot/dovecot.conf': {
|
||||||
'content_type': 'mako',
|
'content_type': 'mako',
|
||||||
|
|
Loading…
Reference in a new issue