Skip to content
Snippets Groups Projects
Commit a466810b authored by Thomas Bellman's avatar Thomas Bellman
Browse files

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.
parent 3bd974d3
Branches
No related tags found
No related merge requests found
......@@ -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
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment