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

ensure same version as collectd #589

Closed
wants to merge 4 commits into from
Closed

ensure same version as collectd #589

wants to merge 4 commits into from

Conversation

markasammut
Copy link
Contributor

No description provided.

@bastelfreak
Copy link
Member

@markasammut thanks for the PR! Can you take a look at the failing tests?

You can always join us in #voxpupuli on freenode (IRC) if you've any questions about testing.

@juniorsysadmin juniorsysadmin added needs-work not ready to merge just yet needs-tests labels Jan 1, 2017
@juniorsysadmin
Copy link
Member

@markasammut It would be great if there was a full Pull Request description describing what you are attempting to do and what it fixes

@markasammut
Copy link
Contributor Author

This is the same issue as #550 and #551

@markasammut
Copy link
Contributor Author

markasammut commented May 3, 2017

As things stand, if you specify a version which is not the latest for collectd, a conflict will be created if a plugin like curl is added. This is because curl will try to be installed with the latest version (and nowhere in the manifest does it instruct it to use the same version as collectd). Subsequent puppet runs will fail as there's an rpm dependency between collectd and the plugins, and collectd will have been updated to the latest package and unable to be downgraded due to a conflict with the plugin's latest version.

This pull request attempts to instruct the plugin to use the same version as collectd if ensure=present. This is referenced in #550 and #551 , but for some reason tests are failing only for this one.

Copy link
Contributor Author

@markasammut markasammut left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add else to if condition

@markasammut
Copy link
Contributor Author

Can this be re-tested now?

@bastelfreak
Copy link
Member

Hi @markasammut, your branch has a merge conflict. Can you rebase against our latest master (rebase, not merge)? Feel free to ping us on the freenode IRC channel #voxpupuli if you need any help with git or testing.

@bastelfreak
Copy link
Member

Thanks for bringing up this PR. I'm going to close this because of inactivity. Please reopen it if you're still interested in it.

@bastelfreak bastelfreak closed this Mar 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants