From 8d32c355f7ec0570c393dd8239df514a936ebff3 Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Fri, 24 May 2013 15:03:21 +0000 Subject: [PATCH] make a comment a comment --- inventory/group_vars/all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory/group_vars/all b/inventory/group_vars/all index 45d9b08522..676c6d4093 100644 --- a/inventory/group_vars/all +++ b/inventory/group_vars/all @@ -4,6 +4,6 @@ freezes: true # tcp_ports: [ 22, 80, 443 ] # udp_ports: [ 110, 1024, 2049 ] # custom_rules: [ '-A INPUT -p tcp -m tcp --dport 8888 -j ACCEPT', - '-A INPUT -p tcp -m tcp --dport 8889 -j ACCEPT' ] +# '-A INPUT -p tcp -m tcp --dport 8889 -j ACCEPT' ]