From 5f1163e25741a6e09d84f528844cf64901b2c29b Mon Sep 17 00:00:00 2001 From: Micke Nordin Date: Fri, 17 Feb 2023 16:24:19 +0100 Subject: [PATCH] Missing comma --- 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 abf302c..a833228 100644 --- a/manifests/app_type.pp +++ b/manifests/app_type.pp @@ -339,7 +339,7 @@ define sunetdrive::app_type ( port => 443, } sunet::nftables::docker_expose { 'https': - from => ['any'] + from => ['any'], port => 443, } }