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 ebc76d4 + dd2cc1e commit 40eea09Copy full SHA for 40eea09
manifests/linux/redhat.pp
@@ -74,7 +74,10 @@
74
75
if ($::operatingsystem != 'Amazon') {
76
if $ensure == 'running' {
77
+ $running_command = ['/usr/bin/systemctl', 'daemon-reload']
78
+
79
exec { '/usr/bin/systemctl daemon-reload':
80
+ command => $running_command,
81
require => Package[$package_name],
82
before => Service[$service_name, $service_name_v6],
83
subscribe => Package[$package_name],
0 commit comments