- Puppet:Mastering Infrastructure Automation
- Felix Frank Martin Alfke Alessandro Franceschi Jaime Soriano Pastor Thomas Uphillis
- 203字
- 2021-07-09 18:58:59
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
- 工程軟件開發(fā)技術(shù)基礎(chǔ)
- 程序是怎樣跑起來的(第3版)
- MySQL從入門到精通(軟件開發(fā)視頻大講堂)
- Visual Basic程序設(shè)計(jì)上機(jī)實(shí)驗(yàn)教程
- SQL Server實(shí)用教程(SQL Server 2008版)
- 現(xiàn)代C++編程實(shí)戰(zhàn):132個(gè)核心技巧示例(原書第2版)
- Node.js開發(fā)指南
- C語言程序設(shè)計(jì)與應(yīng)用(第2版)
- Python數(shù)據(jù)科學(xué)實(shí)踐指南
- Responsive Web Design with jQuery
- Instant Pygame for Python Game Development How-to
- MySQL核心技術(shù)與最佳實(shí)踐
- 生成藝術(shù):Processing視覺創(chuàng)意入門
- C++游戲設(shè)計(jì)案例教程
- C#.NET程序設(shè)計(jì)