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

Add RHEL8 support - configure systemd timers #26

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

traylenator
Copy link
Contributor

@traylenator traylenator commented Sep 23, 2019

This patch is built on top of #24

On RHEL8 the mlocate package installs a systemd service and timer

* mlocate-updatedb.service
* mlocate-updatedb.timer

this pupper module will configure these units and not create jobs
on RHEL 8

two new parameters

  • cron_method -is set to 'cron' or 'timer' depending on major version.
  • timer_schedule - paramter passed to OnCalendar for timer case.

Fixes #25

Riccardo Calixte and others added 2 commits January 30, 2019 14:42
Dropping support for el5
Sorting values in updatedb.conf
On RHEL8 the mlocate package installs a systemd service and timer

* mlocate-updatedb.service
* mlocate-updatedb.timer

this pupper module will configure these units and not create jobs
on RHEL 8
@traylenator
Copy link
Contributor Author

I am unable to see why these tests do not run to completion.

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

Successfully merging this pull request may close these issues.

Support RHEL8 - systemd timers
1 participant