From 20755e1361176004dc42cd41329e6651365c31ed Mon Sep 17 00:00:00 2001 From: Micke Nordin Date: Fri, 17 Feb 2023 16:38:28 +0100 Subject: [PATCH] Wrong place --- manifests/app_type.pp | 1 - 1 file changed, 1 deletion(-) diff --git a/manifests/app_type.pp b/manifests/app_type.pp index 509a21b..a03c5ed 100644 --- a/manifests/app_type.pp +++ b/manifests/app_type.pp @@ -337,7 +337,6 @@ define sunetdrive::app_type ( sunet::misc::ufw_allow { 'https': from => '0.0.0.0/0', port => 443, - iif => 'ens3', } sunet::nftables::docker_expose { 'https': allow_clients => ['any'],