X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fferm%2Ftemplates%2Fme.conf.erb;h=2a4a1e379848a66bd5bbaf39792afed89ac45e77;hb=f6acab79d24552959adf54e2d1765ddb4c77dc4d;hp=6ae7696b256ab53a5d9a9cafd4b1fb4c18ae59ed;hpb=91642b6c1f029a63b1d0f609690382831aa4b5c4;p=mirror%2Fdsa-puppet.git diff --git a/modules/ferm/templates/me.conf.erb b/modules/ferm/templates/me.conf.erb index 6ae7696b2..2a4a1e379 100644 --- a/modules/ferm/templates/me.conf.erb +++ b/modules/ferm/templates/me.conf.erb @@ -9,7 +9,7 @@ sshallowed = [] case hostname - when 'logtest01', 'geo1' then sshallowed << [ '$DSA_IPS', '$HOST_NAGIOS_V4', '$HOST_DB_V4' ] + when 'logtest01', 'geo1', 'geo2', 'geo3' then sshallowed << [ '$DSA_IPS', '$HOST_NAGIOS_V4', '$HOST_DB_V4' ] end if sshallowed.length == 0 @@ -24,11 +24,11 @@ sshallowed.join(' ') sshallowed = [] case hostname - when 'logtest01', 'geo1' then sshallowed << [ '$DSA_V6_IPS', '$HOST_NAGIOS_V6', '$HOST_DB_V6' ] + when 'logtest01', 'geo1', 'geo2', 'geo3' then sshallowed << [ '$DSA_V6_IPS', '$HOST_NAGIOS_V6', '$HOST_DB_V6' ] end if sshallowed.length == 0 - sshallowed = [ ':::' ] + sshallowed = [ '::' ] end sshallowed.join(' ')