We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d6c2628 + 44e9490 commit 60cc523Copy full SHA for 60cc523
manifests/service_limits.pp
@@ -72,7 +72,7 @@
72
if $restart_service {
73
exec { "restart ${name} because limits":
74
command => "systemctl restart ${name}",
75
- path => $::path,
+ path => $facts['path'],
76
refreshonly => true,
77
subscribe => File["${path}/${name}.d/90-limits.conf"],
78
}
manifests/tmpfiles.pp
@@ -18,6 +18,6 @@
18
exec { 'systemd-tmpfiles':
19
command => "systemd-tmpfiles ${_ops}",
20
21
22
23
0 commit comments