]> git.donarmstrong.com Git - dsa-puppet.git/blob - modules/ferm/templates/me.conf.erb
try it with several ips
[dsa-puppet.git] / modules / ferm / templates / me.conf.erb
1 ##
2 ## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.
3 ## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git
4 ##
5
6
7 @def $SSH_SOURCES = (<%=
8 sshallowed = []
9 case hostname
10   when 'logtest01' then sshallowed << [ '91.103.132.25', '91.103.132.49' ]
11 end
12 sshallowed.join(' ')
13 %>);