Skip to content

Commit a46a7ff

Browse files
authored
Update manifests/user_service.pp
1 parent 79e94f9 commit a46a7ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/user_service.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
# Puppet does this for services so lets copy that logic
118118
# don't enable if you can't start.
119119
if $_ensure {
120-
Exec["Start user service ${unit} for user ${user}"] -> Exec[$_enable_title]
120+
Exec[$_ensure_title] -> Exec[$_enable_title]
121121
}
122122
} else {
123123
$_enable_title = "Disable user service ${unit} for user ${user}"

0 commit comments

Comments
 (0)