Skip to content

Commit e6666cf

Browse files
authored
Merge pull request #622 from ALTinners/ALTinners-patch-1
Blocking ordering between non-Windows service stops
2 parents 9c3d7a8 + 8dc7536 commit e6666cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: manifests/run.pp

+1
Original file line numberDiff line numberDiff line change
@@ -493,6 +493,7 @@
493493
enable => false,
494494
hasstatus => $hasstatus,
495495
provider => $service_provider_real,
496+
notify => Exec["remove container ${service_prefix}${sanitised_title}"],
496497
}
497498
}
498499
exec { "remove container ${service_prefix}${sanitised_title}":

0 commit comments

Comments
 (0)