From: Stephen Gran Date: Sat, 20 Feb 2010 19:38:11 +0000 (+0000) Subject: first try at local conf X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=81d1f153e85a12ee1a9a1276970f1b3c5572aef9;p=dsa-puppet.git first try at local conf Signed-off-by: Stephen Gran --- diff --git a/modules/ferm/templates/me.conf.erb b/modules/ferm/templates/me.conf.erb index e69de29b..cfb8a3e2 100644 --- a/modules/ferm/templates/me.conf.erb +++ b/modules/ferm/templates/me.conf.erb @@ -0,0 +1,12 @@ +## +## 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 = <% +ssh_allowed = case nodename + when 'logtest01' then '0.0.0.0/0' +end +ssh_allowed +%>