Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE REQUEST] Separate master and minion config and other directories #67084

Open
Gunni opened this issue Dec 3, 2024 · 0 comments
Open
Labels
Feature new functionality including changes to functionality and code refactors, etc. needs-triage

Comments

@Gunni
Copy link

Gunni commented Dec 3, 2024

Is your feature request related to a problem? Please describe.

Master and minion are separate things and should:

  1. Have different directories in /etc
  2. Run as different users (already done?)
  3. Have different /run, /var/log, etc directories

There should be clearer lines what utilities call the master or minion. For example salt is a command for the master but salt-call is intended for the minions. The command has no indication for that and it is not obvious.

Describe the solution you'd like

Master and minion are different things, treat them like it.

Describe alternatives you've considered

I configured it myself to do so on my master host, other minions do not need it as they are not masters.

Additional context

N/A

Please Note

If this feature request would be considered a substantial change or addition, this should go through a SEP process here https://github.com/saltstack/salt-enhancement-proposals, instead of a feature request.

This process is deprecated.

@Gunni Gunni added Feature new functionality including changes to functionality and code refactors, etc. needs-triage labels Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature new functionality including changes to functionality and code refactors, etc. needs-triage
Projects
None yet
Development

No branches or pull requests

1 participant