Signed-off-by: Stephen Gran <steve@lobefin.net>
sshallowed = []
case hostname
- when 'logtest01' then sshallowed << [ '$DSA_IPS', '$HOST_NAGIOS' ]
+ when 'logtest01' then sshallowed << [ '$DSA_IPS', '$HOST_NAGIOS_V4', '$HOST_DB_V4' ]
end
if sshallowed.length == 0
sshallowed = []
case hostname
- when 'logtest01' then sshallowed << [ '$DSA_V6_IPS' ]
+ when 'logtest01' then sshallowed << [ '$DSA_V6_IPS', '$HOST_NAGIOS_V6', '$HOST_DB_V6' ]
end
if sshallowed.length == 0