- Mastering Puppet(Second Edition)
- Thomas Uphill
- 143字
- 2021-07-16 13:05:25
Chapter 3. Git and Environments
When working in a large organization, changes can break things. Every developer will need a sandbox to test their code. A single developer may have to work on two or three issues independently, throughout the day, but they may not apply the working code to any node. It would be great if you could work on a module and verify it in a development environment or even on a single node, before pushing it to the rest of your fleet. Environments allow you to carve up your fleet into as many development environments, as needed. Environments allow nodes to work from different versions of your code. Keeping track of the different versions with Git allows for some streamlined workflows. Other versioning systems can be used, but the bulk of integration in Puppet is done with Git.
- LabVIEW入門與實戰開發100例
- PHP程序設計(慕課版)
- Java 9 Programming Blueprints
- ASP.NET 3.5程序設計與項目實踐
- Learning Python by Building Games
- 學習OpenCV 4:基于Python的算法實戰
- 大學計算機應用基礎(Windows 7+Office 2010)(IC3)
- Functional Python Programming
- Modular Programming with JavaScript
- 零基礎學編程系列(全5冊)
- PhantomJS Cookbook
- Scratch 3.0少兒積木式編程(6~10歲)
- HTML 5與CSS 3權威指南(第4版·下冊)
- 網頁設計理論與實踐
- PostGIS Cookbook