Skip to content

Commit 15b232e

Browse files
author
Dave Try
committed
adding in for non restart_service also
1 parent a3ab86f commit 15b232e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: manifests/run.pp

+1-1
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@
459459
[File[$initscript],File[$runscript]] ~> Service<| title == "${service_prefix}${sanitised_title}" |>
460460
}
461461
else {
462-
File[$initscript] -> Service<| title == "${service_prefix}${sanitised_title}" |>
462+
[File[$initscript],File[$runscript]] -> Service<| title == "${service_prefix}${sanitised_title}" |>
463463
}
464464
}
465465
}

0 commit comments

Comments
 (0)