From 768e4dc230f7d81d4ae836396bcd458d7a1bff7a Mon Sep 17 00:00:00 2001 From: Ashley Penney Date: Tue, 30 Jul 2013 11:59:26 -0400 Subject: Add documentation for new parameters. --- README.markdown | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/README.markdown b/README.markdown index 65dde32..3aedd47 100644 --- a/README.markdown +++ b/README.markdown @@ -120,6 +120,26 @@ This sets the file to write ntp configuration into. This determines which template puppet should use for the ntp configuration. +####`driftfile` + +This sets the location of the driftfile for ntp. + +####`keys_controlkey` + +Which of the keys is used as the control key. + +####`keys_enable` + +Should the ntp keys functionality be enabled. + +####`keys_file` + +Location of the keys file. + +####`keys_requestkey` + +Which of the keys is used as the request key. + ####`package_ensure` This can be set to 'present' or 'latest' or a specific version to choose the @@ -135,6 +155,11 @@ This determines if ntp should 'panic' in the event of a very large clock skew. We set this to false if you're on a virtual machine by default as they don't do a great job with keeping time. +####`preferred_servers` + +List of ntp servers to prefer. Will append prefer for any server in this list +that also appears in the servers list. + ####`restrict` This sets the restrict options in the ntp configuration. -- cgit v1.2.3