ldap_scheme_postfix #3

Merged
stillbeben merged 9 commits from ldap_scheme_postfix into main 2022-01-04 09:35:24 +00:00
Owner
No description provided.
stillbeben added 7 commits 2022-01-03 10:32:27 +00:00
kunsi was assigned by stillbeben 2022-01-03 10:32:32 +00:00
stillbeben requested review from kunsi 2022-01-03 11:26:31 +00:00
kunsi was unassigned by stillbeben 2022-01-03 11:26:35 +00:00
kunsi requested changes 2022-01-03 11:35:04 +00:00
@ -0,0 +1,25 @@
pkg_apt = {
'postfix': {},
Owner

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.
stillbeben marked this conversation as resolved
@ -0,0 +4,4 @@
svc_systemd = {
'postfix': {
'needs': ['pkg_apt:postfix', 'file:/etc/postfix/main.cf'],
Owner

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.

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](https://www.python.org/dev/peps/pep-0008/#when-to-use-trailing-commas).
stillbeben marked this conversation as resolved
stillbeben added 2 commits 2022-01-03 12:47:10 +00:00
stillbeben requested review from kunsi 2022-01-03 13:18:01 +00:00
stillbeben merged commit ee7d8b491b into main 2022-01-04 09:35:24 +00:00
stillbeben deleted branch ldap_scheme_postfix 2022-01-04 09:35:24 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: qzwi/bundlewrap#3
No description provided.