- Mastering Puppet
- Thomas Uphill
- 69字
- 2021-12-08 12:34:59
Chapter 2. Organizing Your Nodes and Data
Now that we can deal with a large number of nodes in our installation, we need a way of organizing which classes we apply to each node.
There are quite a few solutions to the problem of attaching classes to nodes; in this chapter, we will examine the following node organization methods:
- An External Node Classifier (ENC)
- LDAP backend
- Hiera
推薦閱讀
- SoapUI Cookbook
- 深入實踐Spring Boot
- 編寫高質量代碼:改善Python程序的91個建議
- Apache Spark Graph Processing
- FFmpeg入門詳解:音視頻原理及應用
- PostgreSQL Replication(Second Edition)
- Python數據分析從0到1
- iOS開發實戰:從入門到上架App Store(第2版) (移動開發叢書)
- Java程序設計入門
- Visual Studio Code 權威指南
- Clojure for Java Developers
- 從零開始學Android開發
- 玩轉.NET Micro Framework移植:基于STM32F10x處理器
- Python數據可視化之matplotlib實踐
- HikariCP數據庫連接池實戰