X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fferm%2Ftemplates%2Fme.conf.erb;h=33d0335e721f215943a9ab58d220752d1a61fefd;hb=6f10c816da4e6a1b8e917214f0bcb9001602523c;hp=f070aabf9fe50bfce645096da991326cc07c79d0;hpb=c2858d8d0367bec45e7d315bcf4bcce5f653e5fd;p=mirror%2Fdsa-puppet.git diff --git a/modules/ferm/templates/me.conf.erb b/modules/ferm/templates/me.conf.erb index f070aabf9..33d0335e7 100644 --- a/modules/ferm/templates/me.conf.erb +++ b/modules/ferm/templates/me.conf.erb @@ -26,8 +26,8 @@ should_restrict = restrict_ssh.include?(@hostname) if should_restrict then # draghi makes for a nice jumphost - ssh4allowed << %w{$DSA_IPS $HOST_NAGIOS_V4 $HOST_MUNIN_V4 82.195.75.106} - ssh6allowed << %w{$DSA_V6_IPS $HOST_NAGIOS_V6 $HOST_MUNIN_V6 2001:41b8:202:deb:1a1a:0:52c3:4b6a} + ssh4allowed << %w{$DSA_IPS $HOST_NAGIOS_V4 82.195.75.106} + ssh6allowed << %w{$DSA_V6_IPS $HOST_NAGIOS_V6 2001:41b8:202:deb:1a1a:0:52c3:4b6a} if %w{draghi}.include?(@hostname) then ssh4allowed << '$HOST_DEBIAN_V4'