-
-
Notifications
You must be signed in to change notification settings - Fork 128
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
package_version and package_source (baseurl) are not supported for Redhat/CentOS. #43
Comments
@liamjbennett any options for this issue? |
The solution here is to re-implement the same download functionality that we have for Debian. It was there when I first wrote the module but then we moved to the package repo when I discovered its existence. |
@liamjbennett will we get update in redhat/centos for my issue? |
Yes, I will be working on this in the next day or so |
My system (centos) find the latest version
I will work out the puppet code to get the nominate version Ta |
Finally I work it out.
And I got the updates:
But
|
Fix the
Here is the change in manifests/install.pp
|
…version after rundeck is upgraded in CentOS
commit |
Pull request is #69 Please review and merge it. I am waiting the new rundeck release 2.5.1 to be upgraded in our system and depend on this change. Thanks a lot. |
bugfix/#43 - rundeck service is not restarted after upgraded in CentOS
…version after rundeck is upgraded in CentOS
prepare for 0.10.7 release
I need install old version, so I updated my hiera yaml file as below,
It didn't work. Then I review the
manifests/install.pp
code, and found it didn't support properly forRedhat/centOS
. it have hard-coding to install latest rundeck version and only from di.bintray.com, there is no chance you can choice the version and baseurl (package_source)Second, there is no version 1.6 you can download from
dl.bintray.com
, lowest version is 2.0.The text was updated successfully, but these errors were encountered: