bundlewrap/bundles/postfix/files/aliases
Franzi b06532241b
All checks were successful
bundlewrap/pipeline/head This commit looks good
bundles: use metastack syntax for metadata.get()
2021-02-18 18:12:25 +01:00

7 lines
186 B
Plaintext

root: hostmaster@kunbox.net
postmaster: hostmaster@kunbox.net
% for source, target in node.metadata.get('postfix/aliases', {}).items():
${source}: ${', '.join(sorted(target))}
% endfor