Version information
released May 4th 2015
This version is compatible with:
- Gentoo
Start using this module
Add this module to your Puppetfile:
mod 'hacking-ntpclient', '0.1.0'
Learn more about managing modules with a PuppetfileDocumentation
hacking/ntpclient — version 0.1.0 May 4th 2015
/etc/conf.d/ntp-client module for Puppet
Description
Puppet module for managing the /etc/conf.d/ntp-client file.
Example usage
class { 'ntpclient': servers => ['host1.example.com', 'host2.example.com'], }
Resulting file
/etc/conf.d/ntp-client
# 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"
Dependencies
- puppetlabs/ntp (>=3.0.0)
- hacking/hacking_facts (>=0.1.0)
GNU General Public License, version 3 or any later version. See GPL-3 for the full text of this license.