Book Image

Mastering Puppet

By : Thomas Uphill
Book Image

Mastering Puppet

By: Thomas Uphill

Overview of this book

Presented in an easy-to-follow, step-by-step tutorial format and packed with examples, this book will lead you through making the best out of Puppet in an enterprise environment. If you are a system administrator or developer who has used Puppet in production and are looking for ways to easily use Puppet in an enterprise environment, this book is for you. This book assumes an intermediate knowledge of Puppet and is intended for those writing modules or deploying Puppet in an enterprise environment.
Table of Contents (17 chapters)

Summary


In this chapter, we explored how to pull in modules from the Puppet Forge and other locations. We looked at methods for keeping our public modules in order such as librarian-puppet and r10k. We revised our Git Hooks to use r10k and created an automatic system to update public modules. We then examined a selection of the Forge modules that are useful in the enterprise. In the next chapter, we will start writing our own custom modules.