Deploying the Puppet code

Deployment of the Puppet code is, most times, a matter of updating modules, manifests, and Hiera data on the relevant directories of the Puppet Master.

We deal with two logically different kinds of code that involve different management patterns, which are:

  • Our modules, manifests, and data
  • The public modules we are using

We can manage them in various ways. Some of them are:

  • Eventually using Git submodules for each Puppet module in Git
  • Using the puppet module command for the public modules published on the Forge
  • Using tools such as librarian-puppet and r10k
  • Using other tools or custom procedures that we may write specifically for our needs

Using librarian-puppet for deployments

The librarian-puppet tool (http://librarian-puppet.com ...

Get Extending Puppet 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.