Jack Fang
Jack Fang

Reputation: 35

How to modify salt-minion settings in WINDOWS without reinstallation

I have a question about modifying salt minion settings in WINDOWS. When I try to modify the salt master address or minion name, I have to uninstall and reinstall to input these information.

I tried to find files, registry describing these information, but in vain. Is there any solution of wisdom? Thanks in advance.

Upvotes: 1

Views: 2028

Answers (2)

Aurèle Petit
Aurèle Petit

Reputation: 31

‪It's now C:\ProgramData\Salt Project\Salt\conf\minion

Activate (if you don't see ProgramData) : View -> Hidden items

Upvotes: 1

Utah_Dave
Utah_Dave

Reputation: 4581

You just need to modify the Salt Minion's config file which is found here, by default:

c:\salt\conf\minion

Upvotes: 3

Related Questions