diff options
author | Olivier Blin <blino@mageia.org> | 2010-11-22 13:46:30 +0000 |
---|---|---|
committer | Olivier Blin <blino@mageia.org> | 2010-11-22 13:46:30 +0000 |
commit | 1a458786c1a09858159f378372808228d4e7b606 (patch) | |
tree | 405bf84e1555565df60347260d496fc950631e93 /modules | |
parent | 0f7d6995aa25aa0a38cc8cf4eca3ece9b12b71c3 (diff) | |
download | puppet-1a458786c1a09858159f378372808228d4e7b606.tar puppet-1a458786c1a09858159f378372808228d4e7b606.tar.gz puppet-1a458786c1a09858159f378372808228d4e7b606.tar.bz2 puppet-1a458786c1a09858159f378372808228d4e7b606.tar.xz puppet-1a458786c1a09858159f378372808228d4e7b606.zip |
fix indent
Diffstat (limited to 'modules')
-rw-r--r-- | modules/buildsystem/manifests/init.pp | 2 |
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 |