From f153e175e15e2c1ff3ba924246fd7b7ea92a7920 Mon Sep 17 00:00:00 2001 From: Craig Dunn Date: Mon, 4 Dec 2017 14:28:44 +0100 Subject: [PATCH] uncommented gid line for user creation --- manifests/user.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/user.pp b/manifests/user.pp index 47d6fe8..7b00413 100644 --- a/manifests/user.pp +++ b/manifests/user.pp @@ -138,7 +138,7 @@ } User<| title == $username |> { - #gid => $real_gid, + gid => $real_gid, comment => $comment, managehome => $managehome, home => $home_dir,