-
-
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
Debian: Add support for Splunk 9.4 and newer #393
Conversation
version 9.4.0 it was: -linux-2.6- if needs to be: -linux-
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks Good to me.
I checked the RPM and it is still using the same old name. This change is required only for DEB packages.
I don't think this is specific for Debian, for example, rpm is also changed: |
Hi, thanks for the PR! We've some acceptance tests in https://github.com/voxpupuli/puppet-splunk/tree/master/spec/acceptance . Could you extend them to also run on Splunk 9.4? |
@vchepkov I don't think so.
and it prints a dot "." (with 9.4.0 and higher), which is correct. |
What I meant was, similar update should be applied to rpm based linux. I don't use module myself, but someone might benefit from it. Thanks. |
Now I understand. Thanks to you. That was my first thought but the RPM is unchanged. |
Hello, I have added a entry to spec/spec_helper_acceptance.rb for 9.4.0, so I presum this will be added to the init test.... |
It looks like 9.4.0 is being tested now: |
It looks like they didn't change it for their RPMs: They changed it for RPMs earlier, and they completely removed the So RPMs will stil work with 9.4.0, I just checked 😄 The change for the RPMs is here: https://github.com/voxpupuli/puppet-splunk/blob/master/manifests/params.pp#L323-L328 |
this change is to change the file name of the debian packer after version 9.4.0
it was: -linux-2.6-
it needs to be: -linux-
Pull Request (PR) description
the is a problem when trying to install splunk 9.4.0 in ubuntu hosts due to package file name change
This Pull Request (PR) fixes the following issues
Fixes #392