Salt belongs to a class of systems called “configuration management systems,” intended to make administrating a large number of machines easier. It does so by applying the same rules to different machines, making sure that any differences in their configuration are intentional.
It is both written in Python and, more importantly, extensible in Python. For example, wherever a YAML file is used, salt will allow a Python file that defines a dictionary.