Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | small cleanup regarding variable scoping, and fix the comment to indicate ↵ | Michael Scherer | 2012-03-17 | 1 | -11/+9 |
| | | | | what does the user is meant to do | ||||
* | clean the script + cronjob declaration like the backup one | Michael Scherer | 2012-03-17 | 1 | -13/+8 |
| | |||||
* | ensure => installed is the default value, and reindent the list to see more ↵ | Michael Scherer | 2012-03-17 | 1 | -3/+4 |
| | | | | easyly if there is a change in one package | ||||
* | managehome is true by default for our puppet infra | Michael Scherer | 2012-03-17 | 2 | -2/+0 |
| | |||||
* | clean the 2 backups modules | Michael Scherer | 2012-03-17 | 1 | -28/+17 |
| | |||||
* | do not explitely set the same value as default one | Michael Scherer | 2012-03-17 | 1 | -3/+0 |
| | |||||
* | ireuse the same variable for the cleaning script of draklive | Michael Scherer | 2012-03-17 | 1 | -1/+1 |
| | |||||
* | - clean the module, | Michael Scherer | 2012-03-17 | 2 | -46/+40 |
| | | | | | | | - merge all in one single module, - do not use draklive_ prefix for namespacing purpose, as this not used or better replaced by real puppet namespace - fix puppet-lint complaint | ||||
* | small cleanup on draklive module | Michael Scherer | 2012-03-17 | 1 | -3/+1 |
| | |||||
* | refactor directory creation | Michael Scherer | 2012-03-17 | 1 | -9/+1 |
| | |||||
* | fix variable lookup, and do not hardcode mageia.org domain | Michael Scherer | 2012-03-17 | 1 | -2/+2 |
| | |||||
* | fix variable usage | Michael Scherer | 2012-03-17 | 1 | -4/+3 |
| | |||||
* | fix wrong commit | Michael Scherer | 2012-03-17 | 1 | -1/+2 |
| | |||||
* | - merge htaccess with main apache file | Michael Scherer | 2012-03-17 | 3 | -15/+11 |
| | | | | | | | - show a meaningfull error message - do not put .htpasswd file into webroot, so no need to prevent download - reuse existing variable | ||||
* | fix spelling error, do not hardcode the name of the current team leader | Michael Scherer | 2012-03-17 | 1 | -1/+1 |
| | |||||
* | do not keep hidden file in the repository | Michael Scherer | 2012-03-17 | 3 | -2/+2 |
| | |||||
* | add missing include | Michael Scherer | 2012-03-17 | 1 | -0/+1 |
| | |||||
* | split base from init.pp, and simplify the variable declaration and lookup | Michael Scherer | 2012-03-17 | 5 | -46/+42 |
| | | | | | | by merging bcd::variable with the main class (so we can directly say bcd::login instead of using bcd::variable ) | ||||
* | split web class into a module, and clean it | Michael Scherer | 2012-03-17 | 2 | -23/+20 |
| | |||||
* | split rsync in a separate file, and prepare scoping for puppet 2.8 | Michael Scherer | 2012-03-17 | 2 | -5/+7 |
| | |||||
* | fix user creation | Michael Scherer | 2012-03-17 | 2 | -4/+6 |
| | |||||
* | use a regular user for bcd, not a special one with ssh key management builtin | Michael Scherer | 2012-03-17 | 1 | -2/+4 |
| | |||||
* | use a regular user for draklive, not a special one with ssh key management ↵ | Michael Scherer | 2012-03-17 | 1 | -3/+5 |
| | | | | builtin | ||||
* | fix wrong include | Michael Scherer | 2012-03-17 | 1 | -1/+1 |
| | |||||
* | manage the certificate used for default connexion too, since that's the one ↵ | Michael Scherer | 2012-03-17 | 2 | -2/+7 |
| | | | | that xymon check for expiry ( and that's also what openssl does ). Probably a issue with SNI, didn't look more in details for tonight | ||||
* | 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 | 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 ) |