-
-
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
Facter splunk version #280
Comments
This is the same as #238. You can manually accept the license (and possibly upgrade migration) with |
runejuhl
added a commit
to runejuhl/puppet-splunk
that referenced
this issue
May 18, 2020
This is to avoid issues with `splunk --version` waiting on input if the license has not yet been accepted. See issues voxpupuli#238 and voxpupuli#280. The code is based on posteingang@09092f6 with minor changes.
runejuhl
added a commit
to runejuhl/puppet-splunk
that referenced
this issue
Jun 20, 2022
This is to avoid issues with `splunk --version` waiting on input if the license has not yet been accepted. See issues voxpupuli#238 and voxpupuli#280. The code is based on posteingang@09092f6 with minor changes.
runejuhl
added a commit
to runejuhl/puppet-splunk
that referenced
this issue
Jun 20, 2022
This is to avoid issues with `splunk --version` waiting on input if the license has not yet been accepted. See issues voxpupuli#238 and voxpupuli#280. The code is based on posteingang@09092f6 with minor changes.
This was fixed in 5778673 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
puppet agent -t --debug
What are you seeing
Puppet run hangs on the fact:
Debug: Facter: fact "splunk_version" resolved to null and will not be added. Debug: Facter: executing command: /bin/sh -c /opt/splunkforwarder/bin/splunk --version ^CNotice: Caught INT; exiting
When i execute the command manually, I have to accept the license.
`
Do you agree with this license? [y/n]: y
This appears to be your first time running this version of Splunk.
Splunk software must create an administrator account during startup. Otherwise, you cannot log in.
Create credentials for the administrator account.
Characters do not appear on the screen when you type in credentials.
Please enter an administrator username:
`
What behaviour did you expect instead
How to work around this showstopper?
The text was updated successfully, but these errors were encountered: