aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/buildsystem/manifests/init.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/buildsystem/manifests/init.pp b/modules/buildsystem/manifests/init.pp
index 9ac656ee..036fbb3f 100644
--- a/modules/buildsystem/manifests/init.pp
+++ b/modules/buildsystem/manifests/init.pp
@@ -57,6 +57,7 @@ class buildsystem {
ensure => present,
comment => "System user use to run build bots",
managehome => true,
+ gid => $build_login,
shell => "/bin/bash",
}
}