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

explicitly install cronie on EL8+ #343

Merged
merged 1 commit into from
Nov 3, 2023
Merged

explicitly install cronie on EL8+ #343

merged 1 commit into from
Nov 3, 2023

Conversation

evgeni
Copy link
Member

@evgeni evgeni commented Nov 3, 2023

cronie is a weak dependency of crontabs, and while CentOS and RHEL install weak dependencies by default, other EL systems do not (so much for compatibility, huh?).

install cronie explicitly, to avoid "Could not find a suitable provider for cron" errors on those EL systems.

cronie is a weak dependency of crontabs, and while CentOS and RHEL install weak dependencies by default, other EL systems do not (so much for compatibility, huh?).

install cronie explicitly, to avoid "Could not find a suitable provider for cron" errors on those EL systems.
Copy link

codecov bot commented Nov 3, 2023

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (1528466) 0.72% compared to head (1201030) 0.72%.

❗ Current head 1201030 differs from pull request most recent head cbc145b. Consider uploading reports for the commit cbc145b to get more accurate results

Additional details and impacted files
@@          Coverage Diff           @@
##           master    #343   +/-   ##
======================================
  Coverage    0.72%   0.72%           
======================================
  Files          15      15           
  Lines        1801    1801           
======================================
  Hits           13      13           
  Misses       1788    1788           
Files Coverage Δ
lib/beaker-hostgenerator/hypervisor/docker.rb 0.00% <0.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@bastelfreak bastelfreak added the bug label Nov 3, 2023
@evgeni evgeni merged commit 5a3566a into master Nov 3, 2023
6 checks passed
@evgeni evgeni deleted the evgeni-cronie branch November 3, 2023 09:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants