Benefits:
- Easy YAML syntax for states
- Powerful remote execution
- Strong support for event-driven automation
Example state:
apache: pkg.installed: [] service.running: - enable: True
Lightweight and scriptable — worked great for our scale.
apache: pkg.installed: [] service.running: - enable: True