Skip to content

Commit b081259

Browse files
authored
Update user.pp
1 parent 9bcdd72 commit b081259

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

manifests/user.pp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,14 +236,13 @@
236236
home => $_home,
237237
managehome => $managehome,
238238
}
239-
if $purge_user_home && !$managehome {
239+
if $purge_user_home and !$managehome {
240240
file { $_home:
241241
ensure => 'absent',
242242
recurse => true,
243243
force => true,
244244
}
245245
}
246-
# End workaround.
247246
User[$name] -> Group <| ensure == 'absent' |>
248247
if $create_group {
249248
# Only remove the group if it is the same as user name as it may be shared.

0 commit comments

Comments
 (0)