add commented examples and test examples on kernel-qa

This commit is contained in:
Seth Vidal 2013-05-24 15:02:08 +00:00
parent a02f4096fc
commit 8d77babd27
2 changed files with 14 additions and 2 deletions

View file

@ -1,2 +1,9 @@
---
freezes: true
freezes: true
# example of ports for default iptables
# 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' ]

View file

@ -4,5 +4,10 @@ resolvconf: $files/resolv.conf/phx2
rsyslogconf: $files/rsyslog/rsyslog.conf.phx2
fas_client_groups: sysadmin-kernel
sudoers: $private/files/sudo/kernel-qa
tcp_ports: [23, 25, 80, 8888]
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' ]