-
-
Notifications
You must be signed in to change notification settings - Fork 92
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
Fix cron management #174
Fix cron management #174
Conversation
6ec4c99
to
52a5590
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i'd be way more comfortable with this pr if it was split into two, one for the cosmetic changes, and one that does what the title says
aaaaand to be perfectly honest, the main reason is that github makes it near impossible to review a pull request commit by commit
52a5590
to
db76f81
Compare
I have removed the linting commit. |
db76f81
to
86cacd0
Compare
Dear @crazymind1337, thanks for the PR! This is Vox Pupuli Tasks, your friendly Vox Pupuli Github Bot. I noticed that your pull request has CI failures. Can you please have a look at the failing CI jobs? |
I am wondering why the builds are failing. Locally they are fine. |
Finally I was able to reproduce failing tests using a ubuntu:18.04 docker container and the correct ruby/puppet version. But the tests are also failing for the current master and have nothing to do with my change. |
fixed in #173 |
efa0a0f
to
2e11ec2
Compare
@igalic tests are now green. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looking good
But I cannot merge, right?
Or maybe because of the label |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, thanks |
2e11ec2
to
509a7c0
Compare
Pull Request (PR) description
The manangement of the cron jobs has been broken. There is a difference between ensuring and managing a resource. This PR allows to disable the management of both cron resources.
This Pull Request (PR) fixes the following issues
Fixes #103
Fixes #161