X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fferm%2Ftemplates%2Fme.conf.erb;h=3018fb531c5ea51352193bad626e8b8b07ac0514;hb=7313b1a8e9dbf7b68faa1060e06b8a865844c495;hp=87e0b40075ad8ab02c985214940cd6a37f196676;hpb=3ecf7721c32e4e34ee964ec57ac581ae44aca8ba;p=mirror%2Fdsa-puppet.git diff --git a/modules/ferm/templates/me.conf.erb b/modules/ferm/templates/me.conf.erb index 87e0b4007..3018fb531 100644 --- a/modules/ferm/templates/me.conf.erb +++ b/modules/ferm/templates/me.conf.erb @@ -20,7 +20,8 @@ if %w{lebrun schroeder}.include?(hostname) then out << '@def $KIBI = ( 88.164.242.219 );' ssh4allowed << '$CARNET' ssh4allowed << '$KIBI' - ssh4allowed << '82.195.75.84' # nott.ayous.org, HE (builddadm) + ssh4allowed << '70.103.162.29' # master + ssh4allowed << '82.195.75.84' # nott.ayous.org, HE (builddadm) end if %w{bartok beethoven}.include?(hostname) then ssh4allowed << '$HOST_DEBIAN_V4' @@ -32,10 +33,8 @@ ssh6allowed.length == 0 and ssh6allowed << '::/0' out << "@def $SSH_SOURCES = (#{ssh4allowed.join(' ')});" out << "@def $SSH_V6_SOURCES = (#{ssh6allowed.join(' ')});" -if %w{cilea}.include?(hostname) then - out << '@hook pre "/sbin/modprobe nf_conntrack_sip";' - out << '@hook pre "/sbin/modprobe nf_conntrack_h323";' -end + + smtp4allowed = [] smtp6allowed = []