-
-
Notifications
You must be signed in to change notification settings - Fork 127
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
Module does not seem to work with splunkforwarder 7.X #186
Comments
This is new behavior in Splunk Forwarder 7.1 and above. Downgrading to a 7.0.x version will work as a temporary workaround. |
The platform/posix.pp exec's need " --no-prompt". |
When splunk is started the first time on 7.1.x (and higher) there is input expected, disable this with --no-prompt. This addresses issue voxpupuli#186
When splunk is started the first time on 7.1.x (and higher) there is input expected, disable this with --no-prompt. Fixes voxpupuli#186
When splunk is started the first time on 7.1.x (and higher) there is input expected, disable this with --no-prompt. Fixes voxpupuli#186
When splunk is started the first time on 7.1.x (and higher) there is input expected, disable this with --no-prompt. Fixes voxpupuli#186
When splunk is started the first time on 7.1.x (and higher) there is input expected, disable this with --no-prompt. Fixes voxpupuli#186
Sorry for the many pushes, a work-around can be done by using a user-seed.conf where you define a NEW password. That way the --no-prompt is not needed. Only tested on RedHat 7. Also good way to set the password... |
This did not actually solve the issue. Also, I don't see any support for user-seed.conf in the module. A simpler solution would be simply add |
I am using splunkforwarder version 7.2.2 and seeing following behaviour in my local acceptance testing ==================================================================
Finished in 3 minutes 45 seconds (files took 11.63 seconds to load) Failed examples: rspec ./spec/acceptance/pumasplunk_spec.rb:22 # pumasplunk install with default parameters applies with no errors
|
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
What are you seeing
What behaviour did you expect instead
A successful install and configuration of the splunkforwarder.
Any additional information you'd like to impart
From http://docs.splunk.com/Documentation/Splunk/7.1.1/Installation/AboutupgradingREADTHISFIRST
The text was updated successfully, but these errors were encountered: