mirror of
https://github.com/saltstack-formulas/salt-formula.git
synced 2025-03-24 06:39:43 +01:00
New versions of Salt put config files in /etc/salt/{minion,master}.d. We don't want to erase them by using a clean: True on the file.recurse. This is a backward incompatible change, but it's necessary to avoid deleting Salt config files. Resolves #104