aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2011-01-29 15:43:55 +0000
committerNicolas Vigier <boklm@mageia.org>2011-01-29 15:43:55 +0000
commiteb8bad2624e7e87c39ff29df1bdb3f900ccc9c3c (patch)
treed9f89555884e3252f21d42d9cd22db4efe4465b0 /modules/buildsystem/manifests
parente28a0563d884f22bfd09bea385c92a2a4fc66f24 (diff)
downloadpuppet-eb8bad2624e7e87c39ff29df1bdb3f900ccc9c3c.tar
puppet-eb8bad2624e7e87c39ff29df1bdb3f900ccc9c3c.tar.gz
puppet-eb8bad2624e7e87c39ff29df1bdb3f900ccc9c3c.tar.bz2
puppet-eb8bad2624e7e87c39ff29df1bdb3f900ccc9c3c.tar.xz
puppet-eb8bad2624e7e87c39ff29df1bdb3f900ccc9c3c.zip
change schebot home to /var/lib/schedbot
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 ef5d62c9..f360ea93 100644
--- a/modules/buildsystem/manifests/init.pp
+++ b/modules/buildsystem/manifests/init.pp
@@ -4,7 +4,7 @@ class buildsystem {
$build_login = "iurt"
$build_home_dir = "/home/$build_login"
$sched_login = "schedbot"
- $sched_home_dir = "/home/$sched_login"
+ $sched_home_dir = "/var/lib/$sched_login"
$sign_login = "signbot"
$sign_home_dir = "/var/lib/$sign_login"
$repository_root = "/distrib/bootstrap"