remove tests from kernel-qa, more comments in all

This commit is contained in:
Seth Vidal 2013-05-24 15:05:56 +00:00
parent 8d32c355f7
commit ac61606e38
2 changed files with 1 additions and 4 deletions

View file

@ -3,6 +3,7 @@ freezes: true
# example of ports for default iptables # example of ports for default iptables
# tcp_ports: [ 22, 80, 443 ] # tcp_ports: [ 22, 80, 443 ]
# udp_ports: [ 110, 1024, 2049 ] # udp_ports: [ 110, 1024, 2049 ]
# multiple lines can be handled as below
# custom_rules: [ '-A INPUT -p tcp -m tcp --dport 8888 -j ACCEPT', # 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' ]

View file

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