From a999daa263ea9921f3717005b53932f14a43b6c0 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Fri, 3 Oct 2014 16:32:50 +0000 Subject: [PATCH] And.. we're using this port not that port. --- inventory/group_vars/anitya-frontend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory/group_vars/anitya-frontend b/inventory/group_vars/anitya-frontend index 43564ac9df..a558b9c515 100644 --- a/inventory/group_vars/anitya-frontend +++ b/inventory/group_vars/anitya-frontend @@ -15,7 +15,7 @@ custom_rules: [ '-A INPUT -p tcp -m tcp -s 10.5.126.13 --dport 873 -j ACCEPT', '-A INPUT -p tcp -m tcp -s 192.168.1.59 --dport 873 -j ACCEPT', # Need so that anitya-backend can talk fedmsg to our relay - '-A INPUT -p tcp -m tcp -s 140.211.169.230 --dport 9939 -j ACCEPT', + '-A INPUT -p tcp -m tcp -s 140.211.169.230 --dport 9941 -j ACCEPT', ] fas_client_groups: sysadmin-noc,sysadmin-web