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

redhat package name does not work with version #69

Closed
senax opened this issue Jan 6, 2014 · 3 comments
Closed

redhat package name does not work with version #69

senax opened this issue Jan 6, 2014 · 3 comments

Comments

@senax
Copy link

senax commented Jan 6, 2014

Hi,

I have to specify the version of collectd so in hiera I put 'collectd::version: 5.4.0-1.el6'.

Puppet then tries to run: yum -d 0 -e 0 -y install collectd.x86_64-5.4.0-1.el6

This because ${::architecture} is part of the name as a result of params.pp:
'Redhat': {
$package = "collectd.${::architecture}"

using just $package = "collectd" works fine.

Thanks,
Frank

@blkperl
Copy link
Member

blkperl commented Jan 18, 2014

Would you be willing to submit a pull request?

@ghost
Copy link

ghost commented Jan 18, 2014

Did it in #88

blkperl added a commit that referenced this issue Jan 18, 2014
Summary:

This release adds support for new plugins and fixes multiple bugs in
several plugin configurations.

Features:

 Added load plugin
 Added memory plugin
 Added rrdtool plugin
 Added swap plugin
 Initial version of PostgreSQL plugin
 Add protocol paramter to write_graphite plugin
 add tests for network module
 Support pre-4.7 network configs.

Bugs:

- Fix bug that always creates notification in exec on empty params
- fix typo in apache plugin manifest
- Make sure that plugins are always loaded before their configuration
- Add version check around emitting Protocol config
- mysql: use double quotes according to version
- Allow for alphanumeric collectd version numbers
- (gh-85) Fix null versioncmp bug in plugin templates
- (gh-69) Fix package name on RedHat
blkperl added a commit that referenced this issue Jan 18, 2014
Summary:

This release adds support for new plugins and fixes multiple bugs in
several plugin configurations.

Features:

- Added load plugin
- Added memory plugin
- Added rrdtool plugin
- Added swap plugin
- Initial version of PostgreSQL plugin
- Add protocol paramter to write_graphite plugin
- add tests for network module
- Support pre-4.7 network configs.

Bugs:

- Fix bug that always creates notification in exec on empty params
- fix typo in apache plugin manifest
- Make sure that plugins are always loaded before their configuration
- Add version check around emitting Protocol config
- mysql: use double quotes according to version
- Allow for alphanumeric collectd version numbers
- (gh-85) Fix null versioncmp bug in plugin templates
- (gh-69) Fix package name on RedHat
@blkperl blkperl mentioned this issue Jan 18, 2014
blkperl added a commit that referenced this issue Jan 18, 2014
(gh-69) Fixed package name on RedHat
@blkperl
Copy link
Member

blkperl commented Jan 18, 2014

fixed in #88

@blkperl blkperl closed this as completed Jan 18, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants