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')
|
assert node.has_bundle('mailserver')
|
||||||
|
|
||||||
|
groups['vmail'] = {}
|
||||||
|
|
||||||
|
users['vmail'] = {
|
||||||
|
'home': '/var/vmail',
|
||||||
|
'needs': [
|
||||||
|
'group:vmail',
|
||||||
|
],
|
||||||
|
}
|
||||||
directories = {
|
directories = {
|
||||||
'/etc/dovecot': {
|
'/etc/dovecot': {
|
||||||
'purge': True,
|
'purge': True,
|
||||||
|
@ -11,15 +19,6 @@ directories = {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
groups['vmail'] = {}
|
|
||||||
|
|
||||||
users['vmail'] = {
|
|
||||||
'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