- 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.
- C程序設計簡明教程(第二版)
- Android Studio Essentials
- Django開發從入門到實踐
- 精通軟件性能測試與LoadRunner實戰(第2版)
- Web程序設計(第二版)
- Learning DHTMLX Suite UI
- Android系統級深入開發
- Red Hat Enterprise Linux Troubleshooting Guide
- 工業機器人離線編程
- 網絡數據采集技術:Java網絡爬蟲實戰
- Applied Deep Learning with Python
- 虛擬現實建模與編程(SketchUp+OSG開發技術)
- Implementing Domain:Specific Languages with Xtext and Xtend
- JavaScript設計模式與開發實踐
- Lync Server Cookbook