Skip to content

Commit

Permalink
Manage users home
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilja Bobkevic committed Aug 4, 2015
1 parent afe1d8c commit 44d05e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@

if $manage_user {
user { $user:
gid => $group,
gid => $group,
managehome => true,
}
}

Expand Down

0 comments on commit 44d05e7

Please sign in to comment.