From a466810b474176cbcb55a3feef78e14b9e980797 Mon Sep 17 00:00:00 2001 From: Thomas Bellman <bellman@lysator.liu.se> Date: Mon, 4 Oct 2021 22:45:00 +0200 Subject: [PATCH] Improve documentation of systemd::daemon_reload. Mention that systemd::unit and systemd::unit_options automatically includes and notifies systemd::daemon_reload, so users don't have to do that themselves. --- manifests/daemon_reload.pp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/manifests/daemon_reload.pp b/manifests/daemon_reload.pp index bf9a39d..49514bf 100644 --- a/manifests/daemon_reload.pp +++ b/manifests/daemon_reload.pp @@ -14,6 +14,10 @@ * ensure => absent, * notify => Class['systemd::daemon_reload']; * } + * + * The systemd::unit and systemd::unit_options definitions includes + * and notifies this class automatically, so users do not need to do + * that themselves. */ class systemd::daemon_reload { -- GitLab