Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 2 | -34/+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 |
| | |||||
* | fix scoping of the variable | Michael Scherer | 2012-03-16 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | clean maintdb.pp from all puppetlint errors | Michael Scherer | 2012-03-16 | 1 | -54/+51 |
| | |||||
* | remove trailing whitespace | Michael Scherer | 2012-03-16 | 1 | -1/+1 |
| | |||||
* | clean mgacreatehome.pp ( maybe it should be removed, given the comment ) | Michael Scherer | 2012-03-16 | 1 | -5/+3 |
| | |||||
* | clean binrepo module for puppet-lint compliance | Michael Scherer | 2012-03-16 | 5 | -24/+28 |
| | |||||
* | move youri template into a subdirectory for clarity | Michael Scherer | 2012-03-16 | 4 | -3/+3 |
| | |||||
* | split youri_submit into a separate module | Michael Scherer | 2012-03-16 | 2 | -69/+80 |
| | |||||
* | move all stuff related to package archives to init.pp, since | Michael Scherer | 2012-03-16 | 3 | -17/+18 |
| | | | | that's used in one and only one class, youri_upload | ||||
* | prepare variable for the puppet 2.8 migration ( aka, use proper scoping ) | Michael Scherer | 2012-03-16 | 1 | -0/+4 |
| | |||||
* | clean buildsystem::release | Michael Scherer | 2012-03-16 | 1 | -7/+5 |
| | |||||
* | add a check to warn use if the iurt config is invalid ( doesn't prevent ↵ | Michael Scherer | 2012-03-16 | 1 | -3/+8 |
| | | | | | | breakage, but will warn faster ) | ||||
* | refactor completely iurt module ( maybe should even be moved out of buildsystem | Michael Scherer | 2012-03-16 | 11 | -43/+52 |
| | | | | module, since it tend to be too big ) | ||||
* | move iurt.pp to a subdirectory | Michael Scherer | 2012-03-16 | 1 | -0/+0 |
| | |||||
* | split and clean lots of buildsystem submodule | Michael Scherer | 2012-03-16 | 7 | -85/+90 |
| | |||||
* | split buildsystem::base in a separate file, and clean the module | Michael Scherer | 2012-03-16 | 2 | -21/+22 |
| | |||||
* | some cleaning for puppetlint compliance ( but there is still some errors ↵ | Michael Scherer | 2012-03-16 | 1 | -64/+61 |
| | | | | about scopin that need to be corrected ) | ||||
* | clean signbot.pp for puppet-lint compliance | Michael Scherer | 2012-03-16 | 1 | -33/+33 |
| | |||||
* | exit with 0 | Nicolas Vigier | 2012-03-13 | 1 | -0/+1 |
| | |||||
* | Try harder to enforce the version freeze | Pascal Terjan | 2012-03-09 | 1 | -5/+3 |
| | |||||
* | really enforce freeze | Michael Scherer | 2012-03-09 | 1 | -2/+3 |
| | |||||
* | version freeze \o/ | Michael Scherer | 2012-03-07 | 1 | -3/+3 |
| | |||||
* | add needed config for version freeze ( ready to be uncommented ) | Michael Scherer | 2012-03-07 | 1 | -5/+2 |
| | |||||
* | drop missing-deps | Pascal Terjan | 2012-03-06 | 3 | -42/+0 |
| |