X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=modules%2Fferm%2Ftemplates%2Fme.conf.erb;h=86ee156058b1f2c3eebafbf9653946fe67c8bbf9;hb=dd759df1f8611d367bbe55d10460e804a685caca;hp=3de244eb3f7cc5d711cbcb9b68bcaf8f5e8e8848;hpb=1d88b694f29ace9cd07e513dadc37ab3e03dba42;p=dsa-puppet.git diff --git a/modules/ferm/templates/me.conf.erb b/modules/ferm/templates/me.conf.erb index 3de244eb..86ee1560 100644 --- a/modules/ferm/templates/me.conf.erb +++ b/modules/ferm/templates/me.conf.erb @@ -33,9 +33,9 @@ if %w{beethoven draghi}.include?(hostname) then ssh4allowed << '$HOST_DEBIAN_V4' ssh6allowed << '$HOST_DEBIAN_V6' end -if %w{geo1 geo2 geo3}.include?(hostname) then - ssh4allowed << '194.177.211.209' # orff - master - ssh6allowed << '2001:648:2ffc:deb:213:72ff:fe69:e188' # orff - master +if %w{unger}.include?(hostname) then + ssh4allowed << '$UNGER_SSH_ACCESS' # Ganneff + ssh6allowed << '$UNGER_SSH6_ACCESS' # Ganneff, but more address space end ssh4allowed.length == 0 and ssh4allowed << '0.0.0.0/0' ssh6allowed.length == 0 and ssh6allowed << '::/0'