]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/ferm/templates/me.conf.erb
try it with several ips
[dsa-puppet.git] / modules / ferm / templates / me.conf.erb
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..a7729e996860d9c95fd32011b333e17c21bf94f4 100644 (file)
@@ -0,0 +1,13 @@
+##
+## 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
+sshallowed.join(' ')
+%>);