saltstack / salt

Software to automate the management and configuration of any infrastructure or application at scale. Get access to the Salt software package repository here:
https://repo.saltproject.io/
Apache License 2.0
13.98k stars 5.47k forks source link

[3006.x] Fix salt cloud's log_file location when root_dir is given in config #66658

Closed dwoz closed 6 days ago

dwoz commented 1 week ago

What does this PR do?

Salt cloud honors root_dir when determining log_file setting.

While working on this I noticed a bug that was preventing some config options from working with root_dir on windows. Fixed those instances and added tests.

64728

Merge requirements satisfied?

[NOTICE] Bug fixes or features added to Salt require tests.