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

replace templating with system::manage_unit #34

Merged
merged 2 commits into from
Feb 24, 2024

Conversation

TheMeier
Copy link
Owner

introduce new parameters

  • service_overrides
  • timer_overrides
  • timer_unit_overrides
  • service_unit_overrides

This allows to override aspects of the service and timer unit files with custom content. Replaces the parameters additional_timer_params and additional_service_params which are now deprecated and will be removed in a future release.

fixes #30
fixes #32

introduce new parameters
  * `service_overrides`
  * `timer_overrides`
  * `timer_unit_overrides`
  * `service_unit_overrides`

This allows to override aspects of the service and timer unit files with custom content.
Replaces the parameters `additional_timer_params` and `additional_service_params`
which are now deprecated and will be removed in a future release.

fixes #30
fixes #32
@TheMeier TheMeier force-pushed the systemd-manageunit-puppet8 branch 3 times, most recently from ff5574a to afde322 Compare February 24, 2024 18:13
voxpupuli/puppet-systemd@096db13
breaking puppet8 acceptance tests
@TheMeier TheMeier merged commit d96d76a into main Feb 24, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

replace templating with system::manage_unit allow to set additional parameters for [Unit] in the service
1 participant