- Mastering Puppet(Second Edition)
- Thomas Uphill
- 197字
- 2021-07-16 13:05:24
Summary
The classes that are applied to nodes should be as automatic as possible. Using a hostname convention and an ENC script, it is possible to have classes applied to nodes without any node-level configuration.
Using LDAP as a backend for class information may be a viable alternative at your enterprise. The LDAP schema included with Puppet can be successfully applied to an OpenLDAP instance or integrated into your existing LDAP infrastructure.
Hiera is a powerful tool to separate data from your module definitions. By utilizing a hierarchy of facts, it is possible to dynamically apply classes to nodes based on their facts.
The important concept in the enterprise is to minimize the customization required in the modules and push that customization up into the node declaration, to separate the code required to deploy your nodes from the specific data, through either LDAP, a custom ENC, or clever use of Hiera. If starting from scratch, Hiera is the most powerful and flexible solution to this problem.
In the next chapter, we will see how we can utilize Puppet environments to make Hiera even more flexible. We will cover using Git to keep our modules under version control.
- Java高并發核心編程(卷2):多線程、鎖、JMM、JUC、高并發設計模式
- Essential Angular
- Learning Laravel 4 Application Development
- Backbone.js Blueprints
- PHP+MySQL+Dreamweaver動態網站開發實例教程
- Python機器學習編程與實戰
- ASP.NET 3.5程序設計與項目實踐
- Learning Salesforce Einstein
- Clojure Reactive Programming
- Visual Basic程序設計上機實驗教程
- 51單片機C語言開發教程
- Scala for Machine Learning(Second Edition)
- LabVIEW虛擬儀器程序設計從入門到精通(第二版)
- WCF技術剖析(卷1)
- Java Web開發系統項目教程