We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Fixed in 4312884
Sorry, something went wrong.
Merge pull request voxpupuli#41 from puppet-community/rel/0.10.6
f5437b8
prepare for 0.10.6 release
No branches or pull requests
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:
I'll make a fork, patch and pull request in a moment.
The text was updated successfully, but these errors were encountered: