ldap_scheme_postfix #3

Merged
stillbeben merged 9 commits from ldap_scheme_postfix into main 2022-01-04 09:35:24 +00:00
2 changed files with 7 additions and 4 deletions
Showing only changes of commit b442d54746 - Show all commits

View file

@ -1,7 +1,3 @@
pkg_apt = {
'postfix': {},
}
svc_systemd = {
'postfix': {
stillbeben marked this conversation as resolved
Review

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.

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.
'needs': ['pkg_apt:postfix', 'file:/etc/postfix/main.cf'],

View file

@ -0,0 +1,7 @@
defaults = {
'apt': {
'packages': {
'postfix': {},
},
},
}