bundles/postfix: only call newaliases if we already have postfix installed
This commit is contained in:
parent
607da9d39b
commit
5bd642236c
1 changed files with 3 additions and 0 deletions
|
@ -32,6 +32,9 @@ actions = {
|
||||||
'postfix_newaliases': {
|
'postfix_newaliases': {
|
||||||
'command': 'newaliases',
|
'command': 'newaliases',
|
||||||
'triggered': True,
|
'triggered': True,
|
||||||
|
'needs': {
|
||||||
|
'pkg_apt:postfix',
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue