From: Stephen Gran Date: Sat, 20 Feb 2010 20:00:43 +0000 (+0000) Subject: try it with several ips X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=560def7d3ac0c917c2d299a112a43a942434cc85;p=dsa-puppet.git try it with several ips Signed-off-by: Stephen Gran --- diff --git a/modules/ferm/templates/me.conf.erb b/modules/ferm/templates/me.conf.erb index 5dfaca3f..a7729e99 100644 --- a/modules/ferm/templates/me.conf.erb +++ b/modules/ferm/templates/me.conf.erb @@ -7,7 +7,7 @@ @def $SSH_SOURCES = (<%= sshallowed = [] case hostname - when 'logtest01' then sshallowed << '0.0.0.0/0' + when 'logtest01' then sshallowed << [ '91.103.132.25', '91.103.132.49' ] end sshallowed.join(' ') %>);