Book Image

Infrastructure as Code (IAC) Cookbook

By : Stephane Jourdan, Pierre Pomès
Book Image

Infrastructure as Code (IAC) Cookbook

By: Stephane Jourdan, Pierre Pomès

Overview of this book

Para 1: Infrastructure as code is transforming the way we solve infrastructural challenges. This book will show you how to make managing servers in the cloud faster, easier and more effective than ever before. With over 90 practical recipes for success, make the very most out of IAC.
Table of Contents (18 chapters)
Infrastructure as Code (IAC) Cookbook
Credits
About the Authors
About the Reviewer
www.PacktPub.com
Customer Feedback
Preface
Index

Chapter 6. Fundamentals of Managing Servers with Chef and Puppet

In this chapter, we will cover the following recipes:

  • Getting started (notions and tools)

  • Installing the Chef Development kit and Puppet Collections

  • Creating a free hosted server Chef account and a Puppet server

  • Automatically bootstrapping a Chef client and a Puppet agent

  • Installing packages

  • Managing services

  • Managing files, directories, and templates

  • Handling dependencies

  • More dynamic code using notifications

  • Centrally sharing data using a Chef data bag and Hiera with Puppet

  • Creating functional roles

  • Managing external Chef cookbooks and Puppet modules