From fb5e5e26d11f42bf73200f4eea6dd38106f5e970 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Wed, 9 Aug 2023 15:18:31 +0200 Subject: Fix --- manifests/swagger_ui.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/swagger_ui.pp b/manifests/swagger_ui.pp index ec3e6b7..75f908f 100644 --- a/manifests/swagger_ui.pp +++ b/manifests/swagger_ui.pp @@ -14,7 +14,7 @@ class profiles::swagger_ui ( String $local = 'swagger-ui', String $www_root = '/usr/share/webapps/swagger-ui', ) { - $server_name = "${server_name}.${zone}" + $server_name = "${local}.${zone}" include ::php_fpm ensure_packages([ -- cgit v1.2.3