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

Adding non-default config options to master.d/minion.d config #246

Closed
mrichar1 opened this issue Aug 19, 2016 · 2 comments
Closed

Adding non-default config options to master.d/minion.d config #246

mrichar1 opened this issue Aug 19, 2016 · 2 comments

Comments

@mrichar1
Copy link
Contributor

I can't see a way to add a config option to the f_defaults.conf files in either master.d/minion.d that aren't already specified in the template.

For example, the kerberos module expects some custom values in the minion config: https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.kerberos.html

The following will not be added to the config file from pillar data:

salt:
  minion:
    auth_keytab: /root/auth.keytab
    auth_principal: kadmin/admin
@gravyboat
Copy link
Contributor

I don't think it's actually supported right now, if you want to add it that would be great!

@iggy
Copy link
Contributor

iggy commented Aug 22, 2016

That's what the file.recurse is for... Just put a file in /srv/salt/salt/files/minion.d/ with the settings you need. The salt fileserver will merge that with the files that are wherever your formula is kept.

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

No branches or pull requests

3 participants