]> gitweb.fluxo.info Git - puppet-sshd.git/commitdiff
Syntax fix.
authorintrigeri <intrigeri@boum.org>
Sat, 16 Oct 2010 20:32:25 +0000 (22:32 +0200)
committerintrigeri <intrigeri@boum.org>
Sat, 16 Oct 2010 20:32:25 +0000 (22:32 +0200)
templates/sshd_config/CentOS.erb
templates/sshd_config/Debian_etch.erb
templates/sshd_config/Debian_lenny.erb
templates/sshd_config/Debian_squeeze.erb
templates/sshd_config/Gentoo.erb
templates/sshd_config/OpenBSD.erb

index da8bb9a11307f7fed7f8aebfebc470068b47e085..544effe09fadcc8f51babc1d0a8aafce8a9cabf7 100644 (file)
@@ -20,7 +20,7 @@ Protocol 2
 <%- if port.to_s == 'off' then -%>
 #Port -- disabled by puppet
 <% else -%>
-Port <%= port -%>
+Port <%= port %>
 <% end -%>
 <%- end -%>
 
index 391328b116b61563b23447386d19b0816fe2da80..c148d080a5d4f38be70a577b0515d8cf218cd5b2 100644 (file)
@@ -10,7 +10,7 @@
 <%- if port.to_s == 'off' then -%>
 #Port -- disabled by puppet
 <% else -%>
-Port <%= port -%>
+Port <%= port %>
 <% end -%>
 <%- end -%>
 
index 13264cc3f9e2dda2dbcbeb9e0aa5c43b9f250c17..e0b191793b4e36c42f3d026bdde4c10a07b9119f 100644 (file)
@@ -10,7 +10,7 @@
 <%- if port.to_s == 'off' then -%>
 #Port -- disabled by puppet
 <% else -%>
-Port <%= port -%>
+Port <%= port %>
 <% end -%>
 <%- end -%>
 
index 439919fdabce723e648aa2b4d21985edef0b6684..950a53c224557345ac276c114b61ccc587e52650 100644 (file)
@@ -10,7 +10,7 @@
 <%- if port.to_s == 'off' then -%>
 #Port -- disabled by puppet
 <% else -%>
-Port <%= port -%>
+Port <%= port %>
 <% end -%>
 <%- end -%>
 
index 9058aeade3d550a1c50711ce9f51c0630daa44a4..768d3f5dd77341187a6ee9fb6f32707976260458 100644 (file)
@@ -18,7 +18,7 @@
 <%- if port.to_s == 'off' then -%>
 #Port -- disabled by puppet
 <% else -%>
-Port <%= port -%>
+Port <%= port %>
 <% end -%>
 <%- end -%>
 
index 3d57097b6e9a37085b822277679fcd13ebcd12c6..51662d3ebdcc59e83ff31b36a25c1d7d9a49d3c0 100644 (file)
@@ -16,7 +16,7 @@
 <%- if port.to_s == 'off' then -%>
 #Port -- disabled by puppet
 <% else -%>
-Port <%= port -%>
+Port <%= port %>
 <% end -%>
 <%- end -%>