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

Fixes #10919: Use a specific package body when no version is specified for yum/rpm #594

Conversation

amousset
Copy link
Member

@amousset
Copy link
Member Author

Commit modified

@amousset amousset force-pushed the bug_10919/use_a_specific_package_body_when_no_version_is_specified_for_yum_rpm branch from 8726eea to 05f0d52 Compare June 15, 2017 09:26
@@ -106,7 +106,7 @@ bundle agent package_install_version_cmp_update(package_name, version_comparator
package_policy => "${update_policy}",
package_version => "${package_version}",
package_select => "${version_comparator}",
package_method => yum_rpm,
package_method => yum_rpm_no_version,
Copy link
Member

Choose a reason for hiding this comment

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

it's at the wrong place, it should be changed where version_not_specified

Copy link
Member Author

Choose a reason for hiding this comment

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

indded, fixed.

@amousset
Copy link
Member Author

Commit modified

@amousset amousset force-pushed the bug_10919/use_a_specific_package_body_when_no_version_is_specified_for_yum_rpm branch from 05f0d52 to 592a75a Compare June 15, 2017 10:14
@amousset
Copy link
Member Author

Tested on RHEL6.

@Normation-Quality-Assistant
Copy link
Contributor

This PR is not mergeable to upper versions.
Since it is "Ready for merge" you must merge it by yourself using the following command:
rudder-dev merge https://github.com/Normation/ncf/pull/594
-- Your faithful QA

@amousset
Copy link
Member Author

OK, merging this PR

@amousset amousset merged commit 592a75a into Normation:v0.x Jun 15, 2017
This pull request was closed.
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.

3 participants