From bf5abc073e94a0e33499af130550d3edbfa658c5 Mon Sep 17 00:00:00 2001 From: Magnus Andersson Date: Tue, 21 May 2024 17:29:59 +0200 Subject: [PATCH] Change hostnet to bool --- manifests/app_type.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/app_type.pp b/manifests/app_type.pp index f25ded7..1828bee 100644 --- a/manifests/app_type.pp +++ b/manifests/app_type.pp @@ -61,7 +61,7 @@ define sunetdrive::app_type ( $php_memory_limit_mb = 512 } if $::facts['dockerhost2'] == 'yes' { - $hostnet = 'yes' + $hostnet = true } # These are encrypted values from local.eyaml