From bbe634e574709e0e3843c258ca59870ffa4a9ef7 Mon Sep 17 00:00:00 2001 From: Tobias Herre Date: Tue, 31 Oct 2023 17:24:25 +0100 Subject: [PATCH] Services are a llist now --- templates/postfix-master.cf.mustache | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/templates/postfix-master.cf.mustache b/templates/postfix-master.cf.mustache index 241cdef..2cdd09d 100644 --- a/templates/postfix-master.cf.mustache +++ b/templates/postfix-master.cf.mustache @@ -51,10 +51,13 @@ postlog unix-dgram n - n - 1 postlogd # # {{comment}} # -{{@}} {{type}} {{private}} {{unpriv}} {{chroot}} {{wakeup}} {{maxproc}} {{command}} - {{#args}} - {{{.}}} - {{/args}} +{{#enable}} +{{co}}{{name}} {{type}} {{private}} {{unpriv}} {{chroot}} {{wakeup}} {{maxproc}} {{command}} +{{#args}} +{{co}} {{{.}}} +{{/args}} +{{/enable}} + {{/vars.postfix.cfg.services}} # CFEngine Raw Start