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

Error 'Could not find package rundeck-2.0.3-1.14.GA' under CentOS 5.6 #6

Closed
danielbryantuk opened this issue Jul 14, 2014 · 2 comments

Comments

@danielbryantuk
Copy link

Hi everyone,

I'm receiving the following error when attempting to include this module with my Puppet script (executed on Vagrant, with a CentOS 6.5 base box)

Error: Could not find package rundeck-2.0.3-1.14.GA
Error: /Stage[main]/Rundeck::Install/Package[rundeck-2.0.3-1.14.GA]/ensure: change from absent to present failed: Could not find package rundeck-2.0.3-1.14.GA

Is this a known issue, or am I doing something daft?

Best wishes,

Daniel

@liamjbennett
Copy link
Member

Hi,
We haven't fully tested the RedHat family since our recent change to using the yum repo. My suggestion would be to try with just the version "2.0.3".

I will keep this ticket open until we have tests that cover this issue

@danielbryantuk
Copy link
Author

Many thanks for the reply Liam - I had a play around last night, and setting the version to 2.2.0-1.22.GA did address the issues, as you suggested:

class{ 'rundeck':
package_version => '2.2.0-1.22.GA',
}

Thanks again

bastelfreak pushed a commit to bastelfreak/puppet-rundeck that referenced this issue Jan 13, 2017
jwbraucher pushed a commit to jwbraucher/puppet-rundeck that referenced this issue Dec 23, 2020
Always reload Rundeck jobs if the job definition file changes. It doesn't matter if the job already exists or not.

* Always reload Rundeck jobs if the job definition file changes. It doesn't matter if the job already exists or not.

Approved-by: Scott Stevelinck
Approved-by: Kexin Zhai
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