From 15a6088e2c68df7efc340957c20ecb5d8a373373 Mon Sep 17 00:00:00 2001 From: Jeff McCune Date: Wed, 23 Feb 2011 15:57:59 -0500 Subject: Updated documentation in ntp class header. Added example for autoupdate and centos testing support. --- manifests/init.pp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'manifests/init.pp') 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", -- cgit v1.2.3