- Extending Puppet
- Alessandro Franceschi
- 263字
- 2021-07-16 11:32:19
Chapter 1. Puppet Essentials
There are moments in our professional life when we encounter technologies that trigger an inner wow effect. We realize there's something special in them, and we start to wonder how they can be useful for our current needs and, eventually, wider projects.
Puppet, for me, has been one of these turning point technologies. I have reasons to think that we might share a similar feeling.
If you are new to Puppet, you are probably starting from the wrong place, since there are better fitting titles around to grasp its basic concepts.
This book won't indulge too much in the fundamentals, but don't despair as this chapter might help for a quick start.
It provides the basic Puppet background needed to understand the rest of the contents and may also offer valuable information to more experienced users.
In this chapter, we are going to review the following topics:
- The Puppet ecosystem: The components, its history, and the basic concepts behind configuration management
- How to install and configure Puppet: Commands and paths to understand where things are placed
- The core components and concepts: Terms such as manifests, resources, nodes, and classes will become familiar
- The main language elements: Variables, references, resource defaults, ordering, conditionals, comparison operators, and virtual and exported resources
- How Puppet stores the changes it makes and how to revert them
The contents of this chapter are quite dense; take your time to review and assimilate them; if they sound new or look too complex, it is because the path towards Puppet awareness is never too easy.
- Windows Server 2019 Cookbook
- 精通Linux內核開發
- SharePoint 2013 應用開發實戰
- Extending Bootstrap
- RESS Essentials
- 直播系統開發:基于Nginx與Nginx-rtmp-module
- 嵌入式系統及其應用(第三版)
- Linux內核設計的藝術:圖解Linux操作系統架構設計與實現原理
- 鴻蒙HarmonyOS手機應用開發實戰
- 基于Arduino的嵌入式系統入門與實踐
- 大規模Linux集群架構最佳實踐:如何管理上千臺服務器
- Hadoop Operations and Cluster Management Cookbook
- Gradle Effective Implementations Guide(Second Edition)
- Instant Responsive Web Design
- Mastering Spring Cloud