## ## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE. ## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git ## @def $SSH_SOURCES = (<%= sshallowed = [] case hostname when 'logtest01' then sshallowed << [ '91.103.132.25', '91.103.132.49' ] end if sshallowed.length == 0 sshallowed << '0.0.0.0' end sshallowed.join(' ') %>);