Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Services that are deployed by systemd::timer need to trigger a `systemctl daemon-reload` when the .service file is changed. systemd::timer { 'foo.timer': timer_content => $foo_timer, service_content => $foo_service, active => true, enable => true, } results in a foo.service that is neither active nor enabled. It is a "static" unit that will be triggered by the foo.timer alone. This fixes voxpupuli#190 and more specifically: voxpupuli#190 (comment) Signed-off-by: Simon Deziel <[email protected]>
- Loading branch information