use correct variablename
This commit is contained in:
parent
fd6c7f6a48
commit
924e9e91d7
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ define user::define_user(
|
||||||
}
|
}
|
||||||
if $real_gid {
|
if $real_gid {
|
||||||
Group[$name]{
|
Group[$name]{
|
||||||
gid => $gid,
|
gid => $real_gid,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue