projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
167d617
)
try not to screw up template syntax
author
Stephen Gran
<steve@lobefin.net>
Sat, 20 Feb 2010 19:40:28 +0000
(19:40 +0000)
committer
Stephen Gran
<steve@lobefin.net>
Sat, 20 Feb 2010 19:40:28 +0000
(19:40 +0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/ferm/templates/me.conf.erb
patch
|
blob
|
history
diff --git
a/modules/ferm/templates/me.conf.erb
b/modules/ferm/templates/me.conf.erb
index
0ed5c0f
..
fcf7374
100644
(file)
--- a/
modules/ferm/templates/me.conf.erb
+++ b/
modules/ferm/templates/me.conf.erb
@@
-4,9
+4,9
@@
##
-@def $SSH_SOURCES = <%
-ssh
_
allowed = case hostname
+@def $SSH_SOURCES = <%
=
+sshallowed = case hostname
when 'logtest01' then '0.0.0.0/0'
end
-ssh
_
allowed
+sshallowed
%>