This commit is contained in:
2026-07-30 22:17:31 -05:00
parent bf5d626fe8
commit abb181e537
3 changed files with 19 additions and 0 deletions
+5
View File
@@ -57,6 +57,11 @@ if grep -R '^[[:space:]]*keepalive_timeout[[:space:]]' \
printf 'FAIL: conf.d template duplicates nginx.conf keepalive_timeout\n' >&2
exit 1
fi
grep -F -- './config/letsencrypt/archive:/etc/archive:ro' \
"${TEST_ROOT}/compose.tls.yaml" >/dev/null || {
printf 'FAIL: TLS compose does not expose Certbot archive symlink targets\n' >&2
exit 1
}
printf '%s\n' \
'broker.test' \