Puppet module for managing the /etc/conf.d/ntp-client file.
class { 'ntpclient': servers => ['host1.example.com', 'host2.example.com'], }
# This file is automatically generated by Puppet
#
# Any changes made to this file will be lost on the next automated Puppet run!
# Command to run to set the clock initially
NTPCLIENT_CMD="ntpdate"
# Options to pass to the above command
NTPCLIENT_OPTS="-s -b -u host1.example.com host2.example.com"