Syntax fix.
This commit is contained in:
parent
5fb8eb969b
commit
8cb562f87c
6 changed files with 6 additions and 6 deletions
|
@ -20,7 +20,7 @@ Protocol 2
|
|||
<%- if port.to_s == 'off' then -%>
|
||||
#Port -- disabled by puppet
|
||||
<% else -%>
|
||||
Port <%= port -%>
|
||||
Port <%= port %>
|
||||
<% end -%>
|
||||
<%- end -%>
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<%- if port.to_s == 'off' then -%>
|
||||
#Port -- disabled by puppet
|
||||
<% else -%>
|
||||
Port <%= port -%>
|
||||
Port <%= port %>
|
||||
<% end -%>
|
||||
<%- end -%>
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<%- if port.to_s == 'off' then -%>
|
||||
#Port -- disabled by puppet
|
||||
<% else -%>
|
||||
Port <%= port -%>
|
||||
Port <%= port %>
|
||||
<% end -%>
|
||||
<%- end -%>
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<%- if port.to_s == 'off' then -%>
|
||||
#Port -- disabled by puppet
|
||||
<% else -%>
|
||||
Port <%= port -%>
|
||||
Port <%= port %>
|
||||
<% end -%>
|
||||
<%- end -%>
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
<%- if port.to_s == 'off' then -%>
|
||||
#Port -- disabled by puppet
|
||||
<% else -%>
|
||||
Port <%= port -%>
|
||||
Port <%= port %>
|
||||
<% end -%>
|
||||
<%- end -%>
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<%- if port.to_s == 'off' then -%>
|
||||
#Port -- disabled by puppet
|
||||
<% else -%>
|
||||
Port <%= port -%>
|
||||
Port <%= port %>
|
||||
<% end -%>
|
||||
<%- end -%>
|
||||
|
||||
|
|
Loading…
Reference in a new issue