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

Uses a custom path for salt configuration #487

Merged
merged 3 commits into from
Jan 8, 2018
Merged

Uses a custom path for salt configuration #487

merged 3 commits into from
Jan 8, 2018

Conversation

lorengordon
Copy link
Member

Previously, watchmaker modified the main salt config locations:

  • /etc/salt/minion.d/*
  • C:\Salt\conf\minion.d\*

The prior approach led to conflicts with users of salt, as they need to configure salt for their use case.

This patch moves the watchmaker salt configuration to its own directory:

  • /opt/watchmaker/salt
  • C:\Watchmaker\Salt\conf

To use the custom config location, Watchmaker now passes the config-dir option to salt-call:

  • salt-call --config-dir <config-dir>

Fixes #430
Fixes #402

@lorengordon lorengordon merged commit 0c56982 into plus3it:develop Jan 8, 2018
@lorengordon lorengordon deleted the issue-430 branch January 8, 2018 20:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants