We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b98de61 + 21cc319 commit 849428aCopy full SHA for 849428a
templates/ntp.conf.epp
@@ -134,13 +134,13 @@ leapfile <%= $ntp::leapfile %>
134
<%# -%>
135
<% if $ntp::tos {-%>
136
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
-<% } %>
+<% } -%>
138
139
<% if $ntp::authprov {-%>
140
authprov <%= $ntp::authprov %>
141
<% } -%>
142
-
+<%# -%>
143
<% if $ntp::slewalways {-%>
144
+
145
slewalways <%= $ntp::slewalways -%>
146
0 commit comments