aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem
Commit message (Collapse)AuthorAgeFilesLines
* allow repository http acces from buildsystem nodesOlivier Blin2010-11-231-0/+2
| | | | | (hardcoding their IPv6 address since we have no reverse lookup on them)
* - it is IMHO cleaner and logical to have apache::vhost_other_app directly ↵Michael Scherer2010-11-231-1/+0
| | | | requiring apache::base rather than letting every people adding it when using the class
* include apache::baseOlivier Blin2010-11-221-1/+1
|
* fix typoOlivier Blin2010-11-221-1/+1
|
* add repository vhost for main BS nodeOlivier Blin2010-11-222-0/+21
|
* use default iurt_root_commandOlivier Blin2010-11-221-1/+0
|
* upload as iurt user, not schedbotOlivier Blin2010-11-221-3/+3
|
* create schedbot user before writing ssh config filesOlivier Blin2010-11-221-2/+3
|
* install iurt on main node as well, for scheduler toolsOlivier Blin2010-11-221-1/+2
|
* fix indentOlivier Blin2010-11-221-1/+1
|
* schedbot can login as iurt on nodesOlivier Blin2010-11-221-0/+2
|
* add schedbot on main nodeOlivier Blin2010-11-221-0/+6
|
* fix sshuser definitionOlivier Blin2010-11-221-10/+13
|
* extract a sshuser definitionOlivier Blin2010-11-221-12/+18
|
* use build_login variable in build_home_dirOlivier Blin2010-11-221-1/+1
|
* useradd module does not support password change, use usermodOlivier Blin2010-11-221-1/+7
|
* set password to * to unlock the account but forbid login through loginOlivier Blin2010-11-221-0/+1
|
* ensure home is a directoryOlivier Blin2010-11-221-0/+4
|
* remove trailing slash from home dirOlivier Blin2010-11-221-1/+1
|
* use again include instead of require to avoid deps cycleOlivier Blin2010-11-221-2/+2
|
* require instead of including iurtuser (so that .ssh is created before)Olivier Blin2010-11-221-2/+2
|
* use build_home_dirOlivier Blin2010-11-221-1/+1
|
* ensure .ssh dir is created for iurt userOlivier Blin2010-11-221-0/+7
|
* iurt from mainnode does not need the private ssh keyOlivier Blin2010-11-221-4/+5
|
* use ssh::auth to build iurt ssh keysOlivier Blin2010-11-221-0/+4
|
* fix typoNicolas Vigier2010-11-211-1/+1
|
* add base classNicolas Vigier2010-11-211-4/+6
|
* move build_login and build_home_dir variables at the topNicolas Vigier2010-11-211-3/+3
|
* include iurtuser on main node as wellOlivier Blin2010-11-211-0/+2
|
* include iurtuser in iurt classOlivier Blin2010-11-211-0/+1
|
* split a iurtuser class, to be used on main nodeOlivier Blin2010-11-211-15/+18
|
* move task-bs-cluster-main dep in buildsystem::mainnodeOlivier Blin2010-11-211-0/+6
|
* force build user group to previously created groupOlivier Blin2010-11-211-0/+1
|
* use iurt as build user login (not to clash with buildbot package)Olivier Blin2010-11-211-2/+2
|
* - add a proto module for taking care of pam ( need pam_ldap, etc support, ↵Michael Scherer2010-11-171-0/+16
| | | | and a review of the pam config file too )
* fix permissions on sudoers filesNicolas Vigier2010-11-091-1/+1
|
* fix path name (iurt module renamed to buildsystem)Nicolas Vigier2010-11-091-2/+2
|
* fix syntax errorNicolas Vigier2010-11-091-1/+1
|
* add sudoers rule for iurtNicolas Vigier2010-11-092-0/+10
|
* - rename iurt to buildsystemMichael Scherer2010-11-092-0/+68