Summary
Puppet gathers information about all agent systems using Facter. The information base consists of a large number of independent bits, called facts. Manifests can query the values of those facts to adapt to the respective agents that trigger their compilation. Puppet also uses facts to choose among providers the work horses that make the abstract resource types functional across the wide range of supported platforms.
The resource types not only completely define the interface that Puppet exposes in the DSL, they also take care of all the validation of input values, transformations that must be performed before handing values to the providers, and other related tasks.
The providers encapsulate all knowledge of actual operating systems and their respective toolchains. They implement the functionality that the resource types describe. The Puppet model's configurations apply to platforms, which vary from one another, so not every facet of every resource type can make sense for all agents. By exposing only the supported features, a provider can express such limitations.
After this in-depth look at the internal details, let's tackle more practical concerns again. The following chapters will cover the tools needed to build complex and advanced manifests of all scales.
- LabVIEW 2018 虛擬儀器程序設計
- Ceph Cookbook
- Developing Mobile Web ArcGIS Applications
- Raspberry Pi Networking Cookbook(Second Edition)
- Windows系統管理與服務配置
- JavaScript Unlocked
- Julia Cookbook
- Interactive Applications Using Matplotlib
- 移動界面(Web/App)Photoshop UI設計十全大補
- Python數據結構與算法(視頻教學版)
- Java系統化項目開發教程
- Java實戰(第2版)
- ElasticSearch Cookbook(Second Edition)
- 新一代SDN:VMware NSX 網絡原理與實踐
- Julia 1.0 Programming Complete Reference Guide