You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.markdown
+4
Original file line number
Diff line number
Diff line change
@@ -211,6 +211,10 @@ Tells Puppet what NTP package to manage. Valid options: string. Default value: '
211
211
212
212
Specifies whether NTP should "panic" in the event of a very large clock skew. Valid options: 'true' or 'false'. Default value: 'true' (except on virtual machines, where major time shifts are normal)
213
213
214
+
####`peers`
215
+
216
+
List of ntp servers which the local clock can be synchronised against, or which can synchronise against the local clock.
217
+
214
218
####`preferred_servers`
215
219
216
220
Specifies one or more preferred peers. Puppet will append 'prefer' to each matching item in the `servers` array. Valid options: array. Default value: []
0 commit comments