diff --git a/manifests/virtual/localuser.pp b/manifests/virtual/localuser.pp index 4f81126..4822d07 100644 --- a/manifests/virtual/localuser.pp +++ b/manifests/virtual/localuser.pp @@ -4,14 +4,14 @@ define user::virtual::localuser( $realname, + $uid, + $gid, $groups = [ 'sudo', 'admin', ], $sshkeys = '', $key_id = '', $old_keys = [], $shell = '/bin/bash', $home = "/home/${title}", - $uid = unset, - $gid = unset, $managehome = true ) {