bundles/php: remove sury repo, use debian php version

This commit is contained in:
Franzi 2025-02-23 12:08:14 +01:00
parent fab81145ca
commit fed5cbfc52
Signed by: kunsi
GPG key ID: 12E3D2136B818350
8 changed files with 10 additions and 58 deletions

View file

@ -104,7 +104,7 @@ for vhost, config in node.metadata.get('nginx/vhosts', {}).items():
'context': {
'create_logs': config.get('create_logs', False),
'create_timing_log': config.get('timing_log', True),
'php_version': node.metadata.get('php/version', ''),
'php_version': node.metadata.get('php/__version', ''),
'security_txt': security_txt_enabled,
'vhost': vhost,
**config,