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

Prefix configuration files with the suitable O/S-specific pathname #214

Merged
merged 2 commits into from
Mar 29, 2016
Merged

Prefix configuration files with the suitable O/S-specific pathname #214

merged 2 commits into from
Mar 29, 2016

Conversation

xenophonf
Copy link
Contributor

Operating systems such as FreeBSD install the salt configuration files in locations other than /etc/salt. The changes in this PR replace existing references to that location with the config_path variable, which gets overridden in map.jinja as appropriate.

Without this change, importing map.jinja in config files (as opposed to
SLS files) causes a rendering error because `slspath` isn't defined.
The `salt_settings.key_url` variable gets used only in
`salt/pkgrepo/debian/init.sls`.
@gravyboat
Copy link
Contributor

Good catch, thanks!

@gravyboat gravyboat merged commit 4acd171 into saltstack-formulas:master Mar 29, 2016
@xenophonf
Copy link
Contributor Author

Thank you for merging this pull request!

@xenophonf xenophonf deleted the fix-paths-freebsd branch March 29, 2016 18:24
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.

2 participants