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, } }