ldap_scheme_postfix #3
Loading…
Reference in a new issue
No description provided.
Delete branch "ldap_scheme_postfix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -0,0 +1,25 @@
pkg_apt = {
'postfix': {},
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.
@ -0,0 +4,4 @@
svc_systemd = {
'postfix': {
'needs': ['pkg_apt:postfix', 'file:/etc/postfix/main.cf'],
Please use sets here and below.
Please use one line per item in a set/list, and please add a trailing comma to the last item.
I'd recommend we stick to the PEP8 style guide.