-
Notifications
You must be signed in to change notification settings - Fork 565
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
Job update fails with error (Exec[reload-jenkins] not in catalog) #294
Comments
This is likely a regression caused by: 979cb01 Do you have |
I have no ::cli stuff defined at all :-/ |
Adding cli => true to my jenkins class resolved the error! |
I suspect that |
this change broke my CD. fix for cfn-init: |
@ofalk / @nand0p It turns out there are multiple issues here.
I have attempted to fix the inclusion problem reported in this issue, fix \2 which I just described, and add a simple acceptance test for It would be fantastic if either of you would be willing to contribute acceptance tests for the other interface classes and types. @rtyler #298 should fix this issue, so there's likely some urgency to get a patch release out, but I'd advise careful review for fear of introducing new ordering problems. |
#298 has been merged -- is this issue still present? |
Hi!
I pulled the latest source today and now I get the following error:
"""
Could not retrieve catalog from remote server: Error 400 on SERVER: Invalid relationship: Exec[jenkins update-job puppet] { notify => Exec[reload-jenkins] }, because Exec[reload-jenkins] doesn't seem to be in the catalog
"""
A bug or a misconfiguration on my side?
The text was updated successfully, but these errors were encountered: