Skip to content

Commit 849428a

Browse files
authored
Merge pull request #450 from vchepkov/empty-lines
(MODULES-3396) remove superfluous empty lines in ntp.conf
2 parents b98de61 + 21cc319 commit 849428a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

templates/ntp.conf.epp

+3-3
Original file line numberDiff line numberDiff line change
@@ -134,13 +134,13 @@ leapfile <%= $ntp::leapfile %>
134134
<%# -%>
135135
<% if $ntp::tos {-%>
136136
tos <% if $ntp::tos_minclock {-%> minclock <%= $ntp::tos_minclock %><% } %> <% if $ntp::tos_maxclock {-%> maxclock <%= $ntp::tos_maxclock %><% } %> <% if $ntp::tos_minsane {-%> minsane <%= $ntp::tos_minsane %><% } %> <% if $ntp::tos_floor {-%> floor <%= $ntp::tos_floor %><% } %> <% if $ntp::tos_ceiling {-%> ceiling <%= $ntp::tos_ceiling %><% } %> <% if $ntp::tos_cohort {-%> cohort <%= $ntp::tos_cohort %><% } %>
137-
<% } %>
137+
<% } -%>
138138
<%# -%>
139139
<% if $ntp::authprov {-%>
140140
authprov <%= $ntp::authprov %>
141141
<% } -%>
142-
142+
<%# -%>
143143
<% if $ntp::slewalways {-%>
144+
144145
slewalways <%= $ntp::slewalways -%>
145146
<% } -%>
146-

0 commit comments

Comments
 (0)