Skip to content

Commit 75cdb52

Browse files
ekohlevgeni
andauthored
Improve systemctl daemon-reload comment wording
Co-authored-by: Evgeni Golov <[email protected]>
1 parent 18e7cf6 commit 75cdb52

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

manifests/server/config.pp

+3-2
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,9 @@
217217
# Gentoo also supports drop-in files.
218218
if $facts['os']['family'] in ['RedHat', 'Gentoo'] and $facts['service_provider'] == 'systemd' {
219219
# While Puppet 6.1 and newer can do a daemon-reload if needed, systemd
220-
# doesn't appear to report that correctly. This is probably because its
221-
# unit file is actually removed.
220+
# doesn't appear to report that correctly in all cases.
221+
# One such case seems to be when an overriding unit file is removed from /etc
222+
# and the original one from /lib *should* be used again.
222223
#
223224
# This can be removed when Puppet < 6.1 support is dropped *and* the file
224225
# old-systemd-override is removed.

0 commit comments

Comments
 (0)