From: Philipp Kern Date: Wed, 20 Jul 2011 22:10:16 +0000 (+0200) Subject: ferm/defs.conf.erb: allow ssh access to kfreebsd buildds for ravel and master X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;ds=sidebyside;h=a4a443fed7bb0fb33dc32222dbcac12c4257837e;p=dsa-puppet.git ferm/defs.conf.erb: allow ssh access to kfreebsd buildds for ravel and master Signed-off-by: Martin Zobel-Helas --- diff --git a/modules/ferm/templates/defs.conf.erb b/modules/ferm/templates/defs.conf.erb index 78a200fd..0805b2f9 100644 --- a/modules/ferm/templates/defs.conf.erb +++ b/modules/ferm/templates/defs.conf.erb @@ -202,3 +202,5 @@ @def $FREEBSD_SSH_ACCESS = (); @def $FREEBSD_SSH_ACCESS = ($FREEBSD_SSH_ACCESS $DSA_IPS $USER_christoph $USER_aurel32); @def $FREEBSD_SSH_ACCESS = ($FREEBSD_SSH_ACCESS 194.177.211.200); # grieg +@def $FREEBSD_SSH_ACCESS = ($FREEBSD_SSH_ACCESS 70.103.162.29); # master +@def $FREEBSD_SSH_ACCESS = ($FREEBSD_SSH_ACCESS 206.12.19.5); # ravel