bundles/postfix: add alias database
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
d39cb5bd82
commit
3ff5d8a7dd
4 changed files with 26 additions and 0 deletions
|
@ -8,6 +8,12 @@ files = {
|
|||
'svc_systemd:postfix:restart',
|
||||
},
|
||||
},
|
||||
'/etc/aliases': {
|
||||
'content_type': 'mako',
|
||||
'triggers': {
|
||||
'action:postfix_newaliases',
|
||||
},
|
||||
},
|
||||
'/etc/postfix/master.cf': {
|
||||
'content_type': 'mako',
|
||||
'triggers': {
|
||||
|
@ -22,6 +28,13 @@ files = {
|
|||
},
|
||||
}
|
||||
|
||||
actions = {
|
||||
'postfix_newaliases': {
|
||||
'command': 'newaliases',
|
||||
'triggered': True,
|
||||
},
|
||||
}
|
||||
|
||||
svc_systemd = {
|
||||
'postfix': {
|
||||
'needs': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue