File tree 4 files changed +13
-1
lines changed
4 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -566,6 +566,16 @@ Whether to enable tos options.
566
566
567
567
Default value: ` false ` .
568
568
569
+ #### ` tos_maxclock `
570
+
571
+ Optional.
572
+
573
+ Data type: Integer[ 1] .
574
+
575
+ Specifies the maxclock tos option.
576
+
577
+ Default value: 6.
578
+
569
579
#### ` tos_minclock `
570
580
571
581
Optional.
Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ ntp::tinker: ~
55
55
ntp::tos_ceiling : 15
56
56
ntp::tos_cohort : 0
57
57
ntp::tos_floor : 1
58
+ ntp::tos_maxclock : 6
58
59
ntp::tos_minclock : 3
59
60
ntp::tos_minsane : 1
60
61
ntp::tos : false
Original file line number Diff line number Diff line change 110
110
Optional[String] $step_tickers_template,
111
111
Optional[Boolean] $tinker,
112
112
Boolean $tos,
113
+ Optional[Integer[1]] $tos_maxclock,
113
114
Optional[Integer[1]] $tos_minclock,
114
115
Optional[Integer[1]] $tos_minsane,
115
116
Optional[Integer[1]] $tos_floor,
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ leapfile <%= $ntp::leapfile %>
133
133
<% } -%>
134
134
<%# -%>
135
135
<% if $ntp::tos {-%>
136
- tos <% if $ntp::tos_minclock {-%> minclock <%= $ntp::tos_minclock %><% } %> <% 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 %><% } %>
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
137
<% } %>
138
138
<%# -%>
139
139
<% if $ntp::authprov {-%>
You can’t perform that action at this time.
0 commit comments