ntp

contributions requested
For installing and configuring NTP on different OS.

4,450 downloads

3,839 latest version

3.5 quality score

Support the Puppet Community by contributing to this module

You are welcome to contribute to this module by suggesting new features, currency updates, or fixes. Every contribution is valuable to help ensure that the module remains compatible with the latest Puppet versions and continues to meet community needs. Complete the following steps:

  1. Review the module’s contribution guidelines and any licenses. Ensure that your planned contribution aligns with the author’s standards and any legal requirements.
  2. Fork the repository on GitHub, make changes on a branch of your fork, and submit a pull request. The pull request must clearly document your proposed change.

For questions about updating the module, contact the module’s author.

Version information

  • 0.2.0 (latest)
  • 0.1.0
released Jul 18th 2019
This version is compatible with:
  • RedHat
    ,
    CentOS
    ,
    OracleLinux

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'shobhitgoel-ntp', '0.2.0'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add shobhitgoel-ntp
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install shobhitgoel-ntp --version 0.2.0

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

shobhitgoel/ntp — version 0.2.0 Jul 18th 2019

ntp

Table of Contents

  1. Description
  2. Setup - The basics of getting started with ntp
  3. Usage - Configuration options and additional functionality
  4. Reference - An under-the-hood peek at what the module is doing and how
  5. Limitations - OS compatibility, etc.
  6. Development - Guide for contributing to the module

Description

This module is very simple to understand for those who knows some basics of Puppet and NTP.

Setup

You simply need to include class ntp and everything will be done by this module automatically for you.

Usage

You need to include only one class and rest of the things will be done for you automatically. This module can be run on any OS but tested on Ubuntu and CENTos.

Limitations

Since this module is very simple and small (for beginners) so it does not contain entire things about ntp. Still covers some most important points.

Development

ny modification you want me to add in this module you can simply let me know. Email-ID: shobhitgoel95@gmail.com Please make sure that subject for the email should start from this: Query on your puppet forge module:

Link for GitHub account is : https://github.com/ShobhitGoel95/PuppetForgeModules You can comment there as well.