- Puppet 4 Essentials(Second Edition)
- Felix Frank Martin Alfke
- 203字
- 2021-07-30 09:58:42
Chapter 1. Writing Your First Manifests
Over the last few years, configuration management has become increasingly significant to the IT world. Server operations in particular is hardly even feasible without a robust management infrastructure. Among the available tools, Puppet has established itself as one of the most popular and widespread solutions. Originally written by Luke Kanies, the tool is now distributed under the terms of Apache License 2.0 and maintained by Luke's company, Puppet Labs. It boasts a large and bustling community, rich APIs for plugins and supporting tools, outstanding online documentation, and a great security model based on SSL authentication.
Like all configuration management systems, Puppet allows you to maintain a central repository of infrastructure definitions, along with a toolchain to enforce the desired state on the systems under management. The whole feature set is quite impressive. This book will guide you through some steps to quickly grasp the most important aspects and principles of Puppet.
In this chapter, we will cover the following topics:
- Getting started
- Introducing resources and properties
- Interpreting the output of the
puppet apply
command - Adding control structures in manifests
- Using variables
- Controlling the order of evaluation
- Implementing resource interaction
- Examining the most notable resource types
- Hands-On Machine Learning with scikit:learn and Scientific Python Toolkits
- Rust編程:入門、實戰與進階
- Java高并發核心編程(卷2):多線程、鎖、JMM、JUC、高并發設計模式
- 零基礎學Java(第4版)
- Mastering RStudio:Develop,Communicate,and Collaborate with R
- 你不知道的JavaScript(中卷)
- IBM Cognos Business Intelligence 10.1 Dashboarding cookbook
- UNIX Linux程序設計教程
- JSP程序設計實例教程(第2版)
- Android Development Tools for Eclipse
- 金融商業數據分析:基于Python和SAS
- Flink核心技術:源碼剖析與特性開發
- Mastering Object:Oriented Python(Second Edition)
- Elasticsearch搜索引擎構建入門與實戰
- Web前端開發技術實踐指導教程