aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'modules/buildsystem/manifests')
-rw-r--r--modules/buildsystem/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/buildsystem/manifests/init.pp b/modules/buildsystem/manifests/init.pp
index f2e7a57c..e04fad43 100644
--- a/modules/buildsystem/manifests/init.pp
+++ b/modules/buildsystem/manifests/init.pp
@@ -39,7 +39,7 @@ class buildsystem {
user {"$build_login":
ensure => present,
- comment => "System user use to run build bots"
+ comment => "System user use to run build bots",
managehome => true,
shell => "/bin/bash",
}