forked from redhat-openstack/openstack-puppet-modules
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(MODULES-636) Allow version to be user-defined
Without this patch, the rabbitmq class defines a package source for RedHat and Suse systems in params.pp, based on the version in params.pp. This means that the version is not overrideable. This patch moves the construction of the RPM package source to the rabbitmq class so that it takes into account the version that a user has defined, if any. It also adds clarification about the behavior of the package_source and version parameters for systems that don't use RPM.
- Loading branch information
Colleen Murphy
committed
Dec 16, 2014
1 parent
ed96902
commit c56f338
Showing
4 changed files
with
29 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters