Bookworm compatibility
New PowerDNS versions enable the newly introduced zone caching per default. With zone caching enabled, PowerDNS refuses to start if any configured backend does not support zone caching. This disables zone caching while maintaining compatability with Debian Bullseye.
This commit is contained in:
parent
6811450336
commit
5ef7d7ddb4
1 changed files with 1 additions and 0 deletions
|
|
@ -5,3 +5,4 @@ powerdns:
|
||||||
"pipe-letsencrypt-regex": "^_acme-challenge\\."
|
"pipe-letsencrypt-regex": "^_acme-challenge\\."
|
||||||
"pipe-letsencrypt-command": "/usr/local/bin/pdns.py pdns_backend"
|
"pipe-letsencrypt-command": "/usr/local/bin/pdns.py pdns_backend"
|
||||||
"pipe-letsencrypt-abi-version": "1"
|
"pipe-letsencrypt-abi-version": "1"
|
||||||
|
"zone-cache-refresh-interval": "{{ omit if ansible_distribution_release == 'bullseye' else '0' }}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue