Skip to content

Commit ef20c0e

Browse files
authored
Update ntp.conf.epp
Moved comment into conditional statement.
1 parent ac94e19 commit ef20c0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/ntp.conf.epp

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ ntpsigndsocket <%= $ntp::ntpsigndsocket %>
101101
<% $ntp::peers.each |$peer| {-%>
102102
peer <%= $peer %>
103103
<% } -%>
104-
# Enable peer group orphan mode?
105104
<% if $ntp::tos_orphan {-%>
105+
# Enable peer group orphan mode
106106
tos orphan <%= $ntp::tos_orphan %>
107107
<% } -%>
108108
<% } -%>

0 commit comments

Comments
 (0)