Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use antispam and antivirus on smtp server | Michael Scherer | 2010-11-25 | 1 | -0/+2 |
| | |||||
* | rules compilation requires that the rules are present first | Michael Scherer | 2010-11-25 | 1 | -1/+1 |
| | |||||
* | no antivirus are deployed for now, and none are planned for the moment | Michael Scherer | 2010-11-25 | 1 | -1/+1 |
| | |||||
* | filter mail trough amavis ( for spamassassin ) and block some extension | Michael Scherer | 2010-11-25 | 1 | -0/+1 |
| | |||||
* | restart amavis on configuration file change | Michael Scherer | 2010-11-25 | 1 | -2/+3 |
| | |||||
* | remove unused logdir | Olivier Blin | 2010-11-25 | 1 | -1/+0 |
| | |||||
* | remove trailing slash in queue URL | Olivier Blin | 2010-11-25 | 1 | -1/+1 |
| | |||||
* | upload packages as schedbot user for now | Olivier Blin | 2010-11-25 | 1 | -0/+1 |
| | |||||
* | http queue is on http://pkgsubmit.mageia.org/uploads/ | Olivier Blin | 2010-11-25 | 1 | -0/+1 |
| | |||||
* | add pkgsubmit vhost | Olivier Blin | 2010-11-25 | 2 | -0/+17 |
| | |||||
* | do not pass iurt logdir as argument, it would require a wrapper parsing the ↵ | Olivier Blin | 2010-11-25 | 1 | -2/+2 |
| | | | | option, we will handle this in ulri | ||||
* | fix missing subscribe | Michael Scherer | 2010-11-24 | 1 | -0/+1 |
| | |||||
* | fix path that prevent smtp to start | Michael Scherer | 2010-11-24 | 1 | -1/+1 |
| | |||||
* | fix syntax | Michael Scherer | 2010-11-24 | 1 | -1/+1 |
| | |||||
* | add a note about a missing deps | Michael Scherer | 2010-11-24 | 1 | -1/+1 |
| | |||||
* | fix syntax | Michael Scherer | 2010-11-24 | 1 | -1/+1 |
| | |||||
* | fix order of execution | Michael Scherer | 2010-11-24 | 1 | -1/+2 |
| | |||||
* | add a ssmtp module, to replace postfix as it would be too complex to manage ↵ | Michael Scherer | 2010-11-24 | 2 | -0/+22 |
| | | | | for both simple relay and full fledged server | ||||
* | add a Requires to fix bootstraping ( ie, puppet try to do the link | Michael Scherer | 2010-11-24 | 1 | -1/+2 |
| | | | | before bind is installed, and show a error ) | ||||
* | fix svn directory | Michael Scherer | 2010-11-24 | 1 | -1/+1 |
| | |||||
* | add requires on the package, so puppet doesn't send useless errors | Michael Scherer | 2010-11-24 | 2 | -3/+6 |
| | |||||
* | fix svn location for catdap checkout | Michael Scherer | 2010-11-24 | 1 | -1/+1 |
| | |||||
* | do not use default empty array, as puppet evaluate this as "true" and | Michael Scherer | 2010-11-24 | 1 | -3/+3 |
| | | | | therefore create the post-commit scripts with invalid values | ||||
* | - improve error message when trying to get a interactive shell | Michael Scherer | 2010-11-24 | 1 | -1/+5 |
| | |||||
* | restrict login to people of the group mga-commiters ( previous try was | Michael Scherer | 2010-11-24 | 2 | -9/+13 |
| | | | | not working with ssh key ) | ||||
* | s/commiters/committers/, to be in sync with the ldap group name and the ↵ | Michael Scherer | 2010-11-24 | 3 | -5/+5 |
| | | | | dictionnary | ||||
* | move the group restriction at the top of the file, or they are useless | Michael Scherer | 2010-11-24 | 1 | -7/+7 |
| | |||||
* | pam_wheel is made to be used with su only. pam_succeed_if seems to be the ↵ | Michael Scherer | 2010-11-24 | 1 | -2/+2 |
| | | | | proper module | ||||
* | remove empty line from the result file ( <% vs <%- ) | Michael Scherer | 2010-11-24 | 1 | -4/+4 |
| | |||||
* | use FQDN for repository | Olivier Blin | 2010-11-24 | 1 | -1/+1 |
| | |||||
* | fix homedir usage | Olivier Blin | 2010-11-24 | 1 | -2/+2 |
| | |||||
* | if we use cache, make it use /home/iurt/cache instead of /home/iurt_cache | Olivier Blin | 2010-11-24 | 1 | -1/+1 |
| | |||||
* | extract homedir | Olivier Blin | 2010-11-24 | 1 | -4/+5 |
| | |||||
* | update comment as well | Olivier Blin | 2010-11-24 | 1 | -1/+1 |
| | |||||
* | extract repository variable | Olivier Blin | 2010-11-24 | 1 | -1/+2 |
| | |||||
* | - activate ldap only access | Michael Scherer | 2010-11-24 | 1 | -0/+3 |
| | |||||
* | use http repository | Olivier Blin | 2010-11-23 | 1 | -1/+1 |
| | |||||
* | fix permissions on tagmail.conf | Michael Scherer | 2010-11-23 | 1 | -3/+3 |
| | |||||
* | the previous trick didn't work as tags are dependent in the order of | Michael Scherer | 2010-11-23 | 4 | -25/+29 |
| | | | | declaration ( and that's bad (tm) ). This one is safer. | ||||
* | move the ldap key from ssh logic to openssh module ( more logical ), and add ↵ | Michael Scherer | 2010-11-23 | 3 | -37/+44 |
| | | | | the hook in openssh config file | ||||
* | link root keys in the /var/lib/pubkeys ( easier than to change the location ↵ | Michael Scherer | 2010-11-23 | 1 | -0/+12 |
| | | | | of root keys deployed by puppet ) | ||||
* | simplify nodes declaration | Olivier Blin | 2010-11-23 | 1 | -26/+22 |
| | |||||
* | use same iurt command for both i586 and x86_64 | Olivier Blin | 2010-11-23 | 1 | -2/+2 |
| | |||||
* | fix upload.conf name (oops) | Olivier Blin | 2010-11-23 | 1 | -1/+1 |
| | |||||
* | emi is more a gatherer than a dispatcher | Olivier Blin | 2010-11-23 | 1 | -2/+2 |
| | |||||
* | add iurt upload.conf file for ulri and emi | Olivier Blin | 2010-11-23 | 2 | -0/+73 |
| | |||||
* | move /etc/iurt creation with iurt user (rationale: if there is a iurt user, ↵ | Olivier Blin | 2010-11-23 | 1 | -4/+4 |
| | | | | iurt tools will be used) | ||||
* | create /etc/iurt | Olivier Blin | 2010-11-23 | 1 | -1/+5 |
| | |||||
* | manage dir recursively | Olivier Blin | 2010-11-23 | 1 | -0/+1 |
| | |||||
* | ensure /etc/iurt/build is a directory | Olivier Blin | 2010-11-23 | 1 | -0/+5 |
| |