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
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_configcheck the data type of it's argument (if string, then use file; otherwise if its a hash, then dump it out to the file)