We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18e7cf6 commit 75cdb52Copy full SHA for 75cdb52
manifests/server/config.pp
@@ -217,8 +217,9 @@
217
# Gentoo also supports drop-in files.
218
if $facts['os']['family'] in ['RedHat', 'Gentoo'] and $facts['service_provider'] == 'systemd' {
219
# 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.
+ # doesn't appear to report that correctly in all cases.
+ # 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.
223
#
224
# This can be removed when Puppet < 6.1 support is dropped *and* the file
225
# old-systemd-override is removed.
0 commit comments