Chapter 2. Diving into Salt Internals
Now that we have covered the basic concepts, it's time to start looking at how Salt works under the hood. In this chapter, we will:
- Discover how Salt manages configuration files
- Look at how the renderer system works
- Discuss how the loader system handles modules
- Explore the state compiler, which drives so much of Salt
With a more comprehensive understanding of the internals of Salt, you will be able to craft configurations and states that take advantage of the architectural decisions that inspired the design of Salt.