Fix doc_root and add php-wrapper

This commit is contained in:
Léo Berry
2025-10-28 16:04:35 +01:00
parent 78da6b2994
commit a513b74874
5 changed files with 31 additions and 5 deletions

View File

@@ -6,6 +6,7 @@ class frankenphp::params {
$service_name = 'frankenphp'
$caddyfile_path = '/etc/frankenphp/Caddyfile'
$download_dir = '/tmp'
$php_wrapper = true
$arch = $facts['architecture']
$deb_filename = "frankenphp_${version}-1_${arch}.deb"
$local_deb_path = "${download_dir}/${deb_filename}"