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

Fix hardcoded splunk home path in adhoc_fix_server_certificate.yml #92

Closed
jeanmichel4121 opened this issue Aug 23, 2021 · 1 comment · Fixed by #100
Closed

Fix hardcoded splunk home path in adhoc_fix_server_certificate.yml #92

jeanmichel4121 opened this issue Aug 23, 2021 · 1 comment · Fixed by #100
Assignees
Labels
bug Something isn't working

Comments

@jeanmichel4121
Copy link

jeanmichel4121 commented Aug 23, 2021

Please could you replace the code below :

"{{ splunk_home }}/bin/splunk createssl server-cert -d /opt/splunk/etc/auth -n server.pem"

With

"{{ splunk_home }}/bin/splunk createssl server-cert -d {{splunk_home }}/etc/auth -n server.pem"

it should be more flexible.
Thanks.

@mason-splunk mason-splunk self-assigned this Sep 14, 2021
@mason-splunk
Copy link
Contributor

@mason-splunk mason-splunk changed the title constant value rather env variable Fix hardcoded splunk home path in adhoc_fix_server_certificate.yml Sep 14, 2021
@mason-splunk mason-splunk added the bug Something isn't working label Sep 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants