bundlewrap/bundles/letsencrypt/files/domains.txt
Franzi 831545d8b1
All checks were successful
bundlewrap/pipeline/head This commit looks good
introduce node.metadata['hostname'] to other bundles, update nodefiles to reflect changes
2020-10-25 11:14:46 +01:00

6 lines
176 B
Plaintext

${node.metadata['hostname']}
% for domain, aliases in sorted(node.metadata.get('letsencrypt', {}).get('domains', {}).items()):
${domain} ${' '.join(sorted(aliases))}
% endfor