Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | include ssh::auth | Nicolas Vigier | 2012-08-31 | 1 | -0/+1 |
| | |||||
* | add buildsystem::sshkeys class to define all ssh keys | Nicolas Vigier | 2012-08-31 | 4 | -9/+14 |
| | |||||
* | use common media.cfg template file for all distros and archs | Nicolas Vigier | 2012-08-30 | 2 | -6/+11 |
| | |||||
* | use braces in variables interpolation | Nicolas Vigier | 2012-08-30 | 1 | -2/+2 |
| | |||||
* | remove unused variable | Nicolas Vigier | 2012-08-30 | 1 | -1/+0 |
| | |||||
* | add infra_2 repository | Nicolas Vigier | 2012-08-30 | 2 | -1/+4 |
| | |||||
* | set ULRI_LOG_FILE and EMI_LOG_FILE environement variables | Nicolas Vigier | 2012-07-05 | 1 | -1/+1 |
| | |||||
* | move dispatch jobs cron to scheduler.pp | Nicolas Vigier | 2012-07-05 | 2 | -6/+6 |
| | |||||
* | create /var/log/schedbot directory owned by schedbot user | Nicolas Vigier | 2012-07-05 | 2 | -0/+8 |
| | |||||
* | buildsystem: add support for mga 2 | Thomas Backlund | 2012-05-27 | 3 | -2/+7 |
| | |||||
* | do not explictely set the same value as default | Michael Scherer | 2012-04-14 | 1 | -8/+2 |
| | |||||
* | add repoctl class | Nicolas Vigier | 2012-04-05 | 1 | -0/+22 |
| | |||||
* | add config class for buildsystem | Nicolas Vigier | 2012-04-05 | 1 | -0/+10 |
| | |||||
* | fix the name of the key | Michael Scherer | 2012-04-02 | 1 | -1/+1 |
| | |||||
* | fix module invaocation after split | Michael Scherer | 2012-03-25 | 1 | -1/+1 |
| | |||||
* | fix vhost invocation on several module, was missed by last commit, and add ↵ | Michael Scherer | 2012-03-25 | 3 | -3/+3 |
| | | | | the one for redirect_ssl | ||||
* | small cleanup of the module buildsystem | Michael Scherer | 2012-03-19 | 1 | -4/+4 |
| | |||||
* | fix variable name after having renamed it yesterday | Michael Scherer | 2012-03-17 | 1 | -1/+1 |
| | |||||
* | fix wrong include | Michael Scherer | 2012-03-17 | 1 | -1/+1 |
| | |||||
* | add key declaration, or ssh::auth::server complain | Michael Scherer | 2012-03-17 | 1 | -2/+7 |
| | |||||
* | add missing include | Michael Scherer | 2012-03-17 | 1 | -0/+1 |
| | |||||
* | fix variable usage | Michael Scherer | 2012-03-17 | 1 | -1/+1 |
| | |||||
* | fix indentation | Michael Scherer | 2012-03-17 | 1 | -1/+1 |
| | |||||
* | fix class name | Michael Scherer | 2012-03-17 | 1 | -1/+1 |
| | |||||
* | place the module where puppet will find it | Michael Scherer | 2012-03-17 | 1 | -0/+0 |
| | |||||
* | iremove old script mgacreatehome, deprecated since we use pam directly since ↵ | Michael Scherer | 2012-03-17 | 1 | -7/+0 |
| | | | | 1 year | ||||
* | remove hardcoded mga group | Michael Scherer | 2012-03-17 | 1 | -1/+1 |
| | |||||
* | move ssh auth stuff to buildnode rather than iurt class ( as we may reuse ↵ | Michael Scherer | 2012-03-16 | 2 | -4/+4 |
| | | | | | | the iurt class for packagers buildhost that would not need the ssh stuff ) | ||||
* | do not declare the key twice | Michael Scherer | 2012-03-16 | 1 | -6/+0 |
| | |||||
* | create the key when we declare a ssh user | Michael Scherer | 2012-03-16 | 3 | -7/+7 |
| | |||||
* | move key creation of iurt to the iurt manifest, since that's where it ↵ | Michael Scherer | 2012-03-16 | 2 | -12/+6 |
| | | | | belong, and clean base.pp | ||||
* | iuuse the new module made for refactoring and sharing variable ( ie login of ↵ | Michael Scherer | 2012-03-16 | 8 | -14/+22 |
| | | | | the user for scheduler ) | ||||
* | split variable in a separate submodule | Michael Scherer | 2012-03-16 | 2 | -5/+11 |
| | |||||
* | move key declaration of scheduler to the scheduler class | Michael Scherer | 2012-03-16 | 2 | -6/+8 |
| | |||||
* | comment the dep for now, since this requires to rethink the layout | Michael Scherer | 2012-03-16 | 1 | -1/+2 |
| | | | | of pkgsubmit.pp and maintdb.pp | ||||
* | fix syntax | Michael Scherer | 2012-03-16 | 1 | -1/+1 |
| | |||||
* | reindent, and fix syntax error | Michael Scherer | 2012-03-16 | 1 | -32/+31 |
| | |||||
* | syntax fix | Michael Scherer | 2012-03-16 | 1 | -1/+1 |
| | |||||
* | fix missing variable | Michael Scherer | 2012-03-16 | 1 | -0/+1 |
| | |||||
* | fix submodule name | Michael Scherer | 2012-03-16 | 2 | -2/+2 |
| | |||||
* | refactor and split all operation for the repository ( ie /distrib/bootstrap, ↵ | Michael Scherer | 2012-03-16 | 5 | -11/+13 |
| | | | | that should be renamed one day, since that's not longer a bootstrap ) in one submodule, thus emptying a little bit more mainnode.pp | ||||
* | split pkgsubmit in a separate class, easier to find | Michael Scherer | 2012-03-16 | 2 | -16/+17 |
| | |||||
* | move sched_login creation to the scheduler class ( since that's where it ↵ | Michael Scherer | 2012-03-16 | 2 | -7/+10 |
| | | | | belong logically ) | ||||
* | install the binary in scheduler and gatherer class, not in main node | Michael Scherer | 2012-03-16 | 3 | -7/+4 |
| | |||||
* | rearrange the layout of include, easier to refactor | Michael Scherer | 2012-03-16 | 1 | -6/+6 |
| | |||||
* | small refactoring of youri_submit.pp | Michael Scherer | 2012-03-16 | 1 | -4/+2 |
| | |||||
* | move iurtupload.pp to iurt/upload.pp ( so everything related to iurt is in ↵ | Michael Scherer | 2012-03-16 | 3 | -3/+3 |
| | | | | one directory ) | ||||
* | split rpmlint in a separate module for clarity | Michael Scherer | 2012-03-16 | 2 | -16/+20 |
| | |||||
* | split sshuser in a separate file. Clean various puppetlint | Michael Scherer | 2012-03-16 | 2 | -40/+36 |
| | | | | | warning and errors, and use $name instead of $title for consistency with the rest of the manifests ( but $title was perfectly correct too ) | ||||
* | clean one last puppet-lint warning | Michael Scherer | 2012-03-16 | 1 | -1/+1 |
| |