[Mageia-sysadm] [399] create schedbot user before writing ssh config files
root at mageia.org
root at mageia.org
Mon Nov 22 14:59:56 CET 2010
Revision: 399
Author: blino
Date: 2010-11-22 14:59:56 +0100 (Mon, 22 Nov 2010)
Log Message:
-----------
create schedbot user before writing ssh config files
Modified Paths:
--------------
puppet/modules/buildsystem/manifests/init.pp
Modified: puppet/modules/buildsystem/manifests/init.pp
===================================================================
--- puppet/modules/buildsystem/manifests/init.pp 2010-11-22 13:54:58 UTC (rev 398)
+++ puppet/modules/buildsystem/manifests/init.pp 2010-11-22 13:59:56 UTC (rev 399)
@@ -13,14 +13,15 @@
class mainnode inherits base {
include iurtuser
- ssh::auth::client { $sched_login: }
- ssh::auth::server { $build_login: }
sshuser { $sched_login:
homedir => $sched_home_dir,
comment => "System user used to schedule builds",
}
+ ssh::auth::client { $sched_login: }
+ ssh::auth::server { $build_login: }
+
$package_list = ['task-bs-cluster-main', 'iurt']
package { $package_list:
ensure => "installed"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/mageia-sysadm/attachments/20101122/247f5abf/attachment.html>
More information about the Mageia-sysadm
mailing list