Ship a schroot-list-sessions
[mirror/dsa-puppet.git] / modules / ferm / templates / defs.conf.erb
index 5d7860a..c7581ac 100644 (file)
 }
 
 @def &TCP_UDP_SERVICE($port) = {
- proto (tcp udp) mod state state (NEW) dport $port ACCEPT;
+ proto (tcp udp) dport $port ACCEPT;
 }
 
 @def &TCP_UDP_SERVICE_RANGE($port, $srange) = {
- proto (tcp udp) mod state state (NEW) dport $port @subchain "$port" { saddr ($srange) ACCEPT; }"
+ proto (tcp udp) dport $port @subchain "$port" { saddr ($srange) ACCEPT; }"
 }
 
 @def $HOST_MAILRELAY_V4 = (<%=
 
 @def $BUILDD_SSH_ACCESS = ();
 @def $BUILDD_SSH_ACCESS = ($BUILDD_SSH_ACCESS 194.177.211.200); # grieg
-@def $BUILDD_SSH_ACCESS = ($BUILDD_SSH_ACCESS 70.103.162.29); # master
+@def $BUILDD_SSH_ACCESS = ($BUILDD_SSH_ACCESS 97.107.116.29); # master
 @def $BUILDD_SSH_ACCESS = ($BUILDD_SSH_ACCESS 206.12.19.5); # ravel
+@def $BUILDD_SSH_ACCESS = ($BUILDD_SSH_ACCESS 82.195.75.110); # new-master
 @def $FREEBSD_SSH_ACCESS = ();
 @def $FREEBSD_SSH_ACCESS = ($FREEBSD_SSH_ACCESS $DSA_IPS $BUILDD_SSH_ACCESS);
 @def $FREEBSD_SSH_ACCESS = ($FREEBSD_SSH_ACCESS $USER_christoph $USER_aurel32); # buildd admins
 @def $UNGER_SSH_ACCESS = ();
-@def $UNGER_SSH_ACCESS ($UNGER_SSH_ACCESS $USER_joerg);
-@def $UNGER_SSH6_ACCESS ();
-@def $UNGER_SSH6_ACCESS ($UNGER_SSH6_ACCESS $USER_joerg6);
+@def $UNGER_SSH_ACCESS ($UNGER_SSH_ACCESS $USER_joerg);
+@def $UNGER_SSH6_ACCESS ();
+@def $UNGER_SSH6_ACCESS ($UNGER_SSH6_ACCESS $USER_joerg6);