ldap_scheme_postfix #3
2 changed files with 7 additions and 4 deletions
|
@ -1,7 +1,3 @@
|
||||||
pkg_apt = {
|
|
||||||
'postfix': {},
|
|
||||||
}
|
|
||||||
|
|
||||||
svc_systemd = {
|
svc_systemd = {
|
||||||
'postfix': {
|
'postfix': {
|
||||||
stillbeben marked this conversation as resolved
|
|||||||
'needs': ['pkg_apt:postfix', 'file:/etc/postfix/main.cf'],
|
'needs': ['pkg_apt:postfix', 'file:/etc/postfix/main.cf'],
|
||||||
|
|
7
bundles/postfix/metadata.py
Normal file
7
bundles/postfix/metadata.py
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
defaults = {
|
||||||
|
'apt': {
|
||||||
|
'packages': {
|
||||||
|
'postfix': {},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}
|
Loading…
Reference in a new issue
Please install all apt packages via metadata defaults. Bundlewrap can't handle multiple equal item definitions in a repo, so we should stick with only one way of installing packages.