You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.
i don't really like managing the minion configs as separate files via salt.minion_config. it makes me duplicate a bunch of data around for my vagrant environment. it also makes managing a large collection of vagrant boxes in (one) large testing environments rather cumbersome. how about being able to define it directly from the DSL? i was thinking something like:
i don't really like managing the minion configs as separate files via
salt.minion_config
. it makes me duplicate a bunch of data around for my vagrant environment. it also makes managing a large collection of vagrant boxes in (one) large testing environments rather cumbersome. how about being able to define it directly from the DSL? i was thinking something like:or have
salt.minion_config
check the data type of it's argument (if string, then use file; otherwise if its a hash, then dump it out to the file)The text was updated successfully, but these errors were encountered: