Forge Home

ntp

For installing and configuring NTP on different OS.

4,341 downloads

3,748 latest version

3.5 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

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

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.