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

Fact rundeck_version is not OS aware #41

Closed
robertdebock opened this issue Mar 26, 2015 · 1 comment
Closed

Fact rundeck_version is not OS aware #41

robertdebock opened this issue Mar 26, 2015 · 1 comment

Comments

@robertdebock
Copy link
Contributor

The file rundeck/files/rundeck_version is not OS aware. It contains a reference to dpkg, but not rpm.

Maybe it's possible to use the resource abstraction layer from puppet to figure out the version:

$ puppet resource package rundeck
package { 'rundeck':
  ensure => '2.4.2-1.3.GA',
}

I'll make a fork, patch and pull request in a moment.

@liamjbennett
Copy link
Member

Fixed in 4312884

bastelfreak pushed a commit to bastelfreak/puppet-rundeck that referenced this issue Jan 13, 2017
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