https://github.com/simp/pupmod-simp-ntpd
The SIMP ntpd Puppet Module
https://github.com/simp/pupmod-simp-ntpd
Last synced: 11 months ago
JSON representation
The SIMP ntpd Puppet Module
- Host: GitHub
- URL: https://github.com/simp/pupmod-simp-ntpd
- Owner: simp
- License: other
- Created: 2015-05-19T09:49:38.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-09-16T18:52:19.000Z (over 1 year ago)
- Last Synced: 2025-05-24T01:47:22.594Z (about 1 year ago)
- Language: Ruby
- Size: 257 KB
- Stars: 2
- Watchers: 16
- Forks: 15
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
[](http://www.apache.org/licenses/LICENSE-2.0.html)
[](https://bestpractices.coreinfrastructure.org/projects/73)
[](https://forge.puppetlabs.com/simp/ntpd)
[](https://forge.puppetlabs.com/simp/ntpd)
[](https://travis-ci.org/simp/pupmod-simp-ntpd)
# pupmod-simp-ntpd
#### Table of Contents
* [Description](#description)
* [Setup](#setup)
* [What ntpd affects](#what-ntpd-affects)
* [Usage](#usage)
* [Reference](#reference)
* [Limitations](#limitations)
* [Development](#development)
## Description
Set up ntpd in either standalone or server mode.
## Setup
### What ntpd affects
Manages the following:
* `ntp` package
* `ntp` user/group
* `ntpd` service
* These files and directories:
* `/etc/ntp.conf`
* `/etc/ntp/`
* `/etc/ntp/keys`
* `/etc/sysconfig/ntpd`
* `/var/lib/ntp`
## Usage
class { 'ntpd': }
## Reference
See the [Reference Documentation](./REFERENCE.md) for full details
## Limitations
SIMP Puppet modules are generally intended for use on Red Hat Enterprise
Linux and compatible distributions, such as CentOS. Please see the
[`metadata.json` file](./metadata.json) for the most up-to-date list of
supported operating systems, Puppet versions, and module dependencies.
## Development
Please read our [Contribution Guide](https://simp.readthedocs.io/en/stable/contributors_guide/index.html).
If you find any issues, they can be submitted to our
[JIRA](https://simp-project.atlassian.net).