aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests/init.pp
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2010-11-09 23:00:28 +0000
committerNicolas Vigier <boklm@mageia.org>2010-11-09 23:00:28 +0000
commit593de7b1d5a7b888585be814668f875a28333e7e (patch)
tree608f3be9a77abe5aef24d7f055373b47eebd6307 /modules/buildsystem/manifests/init.pp
parent8e23c4a648efaa9aa3387b23524e8a49413a9669 (diff)
downloadpuppet-593de7b1d5a7b888585be814668f875a28333e7e.tar
puppet-593de7b1d5a7b888585be814668f875a28333e7e.tar.gz
puppet-593de7b1d5a7b888585be814668f875a28333e7e.tar.bz2
puppet-593de7b1d5a7b888585be814668f875a28333e7e.tar.xz
puppet-593de7b1d5a7b888585be814668f875a28333e7e.zip
fix syntax error
Diffstat (limited to 'modules/buildsystem/manifests/init.pp')
-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",
}