Syntax fix.

This commit is contained in:
intrigeri 2010-10-16 22:32:25 +02:00
parent 5fb8eb969b
commit 8cb562f87c
6 changed files with 6 additions and 6 deletions

View file

@ -20,7 +20,7 @@ Protocol 2
<%- if port.to_s == 'off' then -%>
#Port -- disabled by puppet
<% else -%>
Port <%= port -%>
Port <%= port %>
<% end -%>
<%- end -%>

View file

@ -10,7 +10,7 @@
<%- if port.to_s == 'off' then -%>
#Port -- disabled by puppet
<% else -%>
Port <%= port -%>
Port <%= port %>
<% end -%>
<%- end -%>

View file

@ -10,7 +10,7 @@
<%- if port.to_s == 'off' then -%>
#Port -- disabled by puppet
<% else -%>
Port <%= port -%>
Port <%= port %>
<% end -%>
<%- end -%>

View file

@ -10,7 +10,7 @@
<%- if port.to_s == 'off' then -%>
#Port -- disabled by puppet
<% else -%>
Port <%= port -%>
Port <%= port %>
<% end -%>
<%- end -%>

View file

@ -18,7 +18,7 @@
<%- if port.to_s == 'off' then -%>
#Port -- disabled by puppet
<% else -%>
Port <%= port -%>
Port <%= port %>
<% end -%>
<%- end -%>

View file

@ -16,7 +16,7 @@
<%- if port.to_s == 'off' then -%>
#Port -- disabled by puppet
<% else -%>
Port <%= port -%>
Port <%= port %>
<% end -%>
<%- end -%>