summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorJeff McCune <jeff@puppetlabs.com>2011-02-23 15:57:59 -0500
committerJeff McCune <jeff@puppetlabs.com>2011-02-23 15:57:59 -0500
commit15a6088e2c68df7efc340957c20ecb5d8a373373 (patch)
treeeadb9d237018d9df2f2a4896d06199b69968f2d1 /manifests
parentec06272db8ddb1b2c347ffcea797bad67005508a (diff)
Updated documentation in ntp class header.
Added example for autoupdate and centos testing support.
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp6
1 files changed, 5 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 78dbd5d..622b216 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -7,6 +7,7 @@
#
# Tested platforms:
# - Debian 6.0 Squeeze
+# - CentOS 5.4
#
# Parameters:
#
@@ -23,7 +24,10 @@
#
# Sample Usage:
#
-# class { "ntp": servers => [ 'time.apple.com' ] }
+# class { "ntp":
+# servers => [ 'time.apple.com' ],
+# autoupdate => false,
+# }
#
# [Remember: No empty lines between comments and class definition]
class ntp($servers=[ "0.debian.pool.ntp.org iburst",