summaryrefslogtreecommitdiff
path: root/templates/sshd_config/Gentoo.erb
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2010-10-16 22:32:25 +0200
committerintrigeri <intrigeri@boum.org>2010-10-16 22:32:25 +0200
commit8cb562f87cf5a74ffb62e1fad8e5f6d200f723ab (patch)
tree2e79ebf8b53208e401662014029d03ad794da456 /templates/sshd_config/Gentoo.erb
parent5fb8eb969bc4edb2524ff868a2b7a9bf5259c247 (diff)
Syntax fix.
Diffstat (limited to 'templates/sshd_config/Gentoo.erb')
-rw-r--r--templates/sshd_config/Gentoo.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/sshd_config/Gentoo.erb b/templates/sshd_config/Gentoo.erb
index 9058aea..768d3f5 100644
--- a/templates/sshd_config/Gentoo.erb
+++ b/templates/sshd_config/Gentoo.erb
@@ -18,7 +18,7 @@
<%- if port.to_s == 'off' then -%>
#Port -- disabled by puppet
<% else -%>
-Port <%= port -%>
+Port <%= port %>
<% end -%>
<%- end -%>