fixed copy&paste error
This commit is contained in:
parent
53251725cb
commit
6aa2b9e24b
1 changed files with 3 additions and 1 deletions
|
@ -108,7 +108,9 @@ define user::managed(
|
|||
User[$name]{
|
||||
uid => $uid,
|
||||
}
|
||||
f $gid != 'absent' {
|
||||
}
|
||||
|
||||
if $gid != 'absent' {
|
||||
if $gid == 'uid' {
|
||||
if $uid != 'absent' {
|
||||
$real_gid = $uid
|
||||
|
|
Loading…
Reference in a new issue