aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests
diff options
context:
space:
mode:
authorOlivier Blin <blino@mageia.org>2010-11-22 13:46:30 +0000
committerOlivier Blin <blino@mageia.org>2010-11-22 13:46:30 +0000
commit1a458786c1a09858159f378372808228d4e7b606 (patch)
tree405bf84e1555565df60347260d496fc950631e93 /modules/buildsystem/manifests
parent0f7d6995aa25aa0a38cc8cf4eca3ece9b12b71c3 (diff)
downloadpuppet-1a458786c1a09858159f378372808228d4e7b606.tar
puppet-1a458786c1a09858159f378372808228d4e7b606.tar.gz
puppet-1a458786c1a09858159f378372808228d4e7b606.tar.bz2
puppet-1a458786c1a09858159f378372808228d4e7b606.tar.xz
puppet-1a458786c1a09858159f378372808228d4e7b606.zip
fix indent
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 126cebdb..671a3324 100644
--- a/modules/buildsystem/manifests/init.pp
+++ b/modules/buildsystem/manifests/init.pp
@@ -3,7 +3,7 @@ class buildsystem {
class base {
$build_login = "iurt"
$build_home_dir = "/home/$build_login"
- $sched_login = "schedbot"
+ $sched_login = "schedbot"
$sched_home_dir = "/home/$sched_login"
include ssh::auth