summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAshley Penney <ashley.penney@puppetlabs.com>2013-07-30 11:59:26 -0400
committerAshley Penney <ashley.penney@puppetlabs.com>2013-07-30 11:59:26 -0400
commit768e4dc230f7d81d4ae836396bcd458d7a1bff7a (patch)
treef0487b00762038a886f0a05191eeb2c4a6ebbdd6
parent5c1164ca093f105d7a3d1f643dee7b0e675f31f7 (diff)
Add documentation for new parameters.
-rw-r--r--README.markdown25
1 files changed, 25 insertions, 0 deletions
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.