From 14e43e1533c4e2383a0b33f795eb9d644b247750 Mon Sep 17 00:00:00 2001 From: Jiri Podivin Date: Mon, 9 Mar 2026 13:01:58 +0100 Subject: [PATCH] Adding the 8090 port for packit to inventory Signed-off-by: Jiri Podivin --- inventory/host_vars/logdetective01.fedorainfracloud.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory/host_vars/logdetective01.fedorainfracloud.org b/inventory/host_vars/logdetective01.fedorainfracloud.org index 51d085aaf0..4afd0beb7b 100644 --- a/inventory/host_vars/logdetective01.fedorainfracloud.org +++ b/inventory/host_vars/logdetective01.fedorainfracloud.org @@ -20,5 +20,5 @@ root_auth_users: msuchy frostyx praiskup nikromen ttomecek jpodivin sgallagh mma nrpe_client_uid: 500 tcp_ports: [ - 22, 80, 443, + 22, 80, 443, 8090, ]