Writing your own modules

As we've seen, a Puppet module is a way of grouping together a set of related code and resources which perform some particular task, such as managing the Apache web server, or dealing with archive files. But how do you actually create a module? In this section we'll develop a module of our own to manage the Network Time Protocol (NTP) service, familiar to most system administrators as the easiest way to keep server clocks synchronized with the Internet time standard. (Of course, it's not necessary to write your own module for this, because a perfectly good one exists on the Puppet Forge. But we'll do so anyway, for learning purposes.)

Creating a repo for your module

If we're going to use our new module alongside others that ...

Get Puppet 4.10 Beginner's Guide Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.