aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Collapse)AuthorAgeFilesLines
* http queue is on http://pkgsubmit.mageia.org/uploads/Olivier Blin2010-11-251-0/+1
|
* add pkgsubmit vhostOlivier Blin2010-11-252-0/+17
|
* do not pass iurt logdir as argument, it would require a wrapper parsing the ↵Olivier Blin2010-11-251-2/+2
| | | | option, we will handle this in ulri
* fix missing subscribeMichael Scherer2010-11-241-0/+1
|
* fix path that prevent smtp to startMichael Scherer2010-11-241-1/+1
|
* fix syntaxMichael Scherer2010-11-241-1/+1
|
* add a note about a missing depsMichael Scherer2010-11-241-1/+1
|
* fix syntaxMichael Scherer2010-11-241-1/+1
|
* fix order of executionMichael Scherer2010-11-241-1/+2
|
* add a ssmtp module, to replace postfix as it would be too complex to manage ↵Michael Scherer2010-11-242-0/+22
| | | | for both simple relay and full fledged server
* add a Requires to fix bootstraping ( ie, puppet try to do the linkMichael Scherer2010-11-241-1/+2
| | | | before bind is installed, and show a error )
* add requires on the package, so puppet doesn't send useless errorsMichael Scherer2010-11-242-3/+6
|
* fix svn location for catdap checkoutMichael Scherer2010-11-241-1/+1
|
* do not use default empty array, as puppet evaluate this as "true" andMichael Scherer2010-11-241-3/+3
| | | | therefore create the post-commit scripts with invalid values
* - improve error message when trying to get a interactive shellMichael Scherer2010-11-241-1/+5
|
* restrict login to people of the group mga-commiters ( previous try wasMichael Scherer2010-11-242-9/+13
| | | | not working with ssh key )
* s/commiters/committers/, to be in sync with the ldap group name and the ↵Michael Scherer2010-11-242-4/+4
| | | | dictionnary
* move the group restriction at the top of the file, or they are uselessMichael Scherer2010-11-241-7/+7
|
* pam_wheel is made to be used with su only. pam_succeed_if seems to be the ↵Michael Scherer2010-11-241-2/+2
| | | | proper module
* remove empty line from the result file ( <% vs <%- )Michael Scherer2010-11-241-4/+4
|
* use FQDN for repositoryOlivier Blin2010-11-241-1/+1
|
* fix homedir usageOlivier Blin2010-11-241-2/+2
|
* if we use cache, make it use /home/iurt/cache instead of /home/iurt_cacheOlivier Blin2010-11-241-1/+1
|
* extract homedirOlivier Blin2010-11-241-4/+5
|
* update comment as wellOlivier Blin2010-11-241-1/+1
|
* extract repository variableOlivier Blin2010-11-241-1/+2
|
* use http repositoryOlivier Blin2010-11-231-1/+1
|
* fix permissions on tagmail.confMichael Scherer2010-11-231-3/+3
|
* the previous trick didn't work as tags are dependent in the order ofMichael Scherer2010-11-233-24/+28
| | | | 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 Scherer2010-11-233-37/+44
| | | | the hook in openssh config file
* link root keys in the /var/lib/pubkeys ( easier than to change the location ↵Michael Scherer2010-11-231-0/+12
| | | | of root keys deployed by puppet )
* simplify nodes declarationOlivier Blin2010-11-231-26/+22
|
* use same iurt command for both i586 and x86_64Olivier Blin2010-11-231-2/+2
|
* fix upload.conf name (oops)Olivier Blin2010-11-231-1/+1
|
* emi is more a gatherer than a dispatcherOlivier Blin2010-11-231-2/+2
|
* add iurt upload.conf file for ulri and emiOlivier Blin2010-11-232-0/+73
|
* move /etc/iurt creation with iurt user (rationale: if there is a iurt user, ↵Olivier Blin2010-11-231-4/+4
| | | | iurt tools will be used)
* create /etc/iurtOlivier Blin2010-11-231-1/+5
|
* manage dir recursivelyOlivier Blin2010-11-231-0/+1
|
* ensure /etc/iurt/build is a directoryOlivier Blin2010-11-231-0/+5
|
* iurt build config should go in /etcOlivier Blin2010-11-231-1/+1
|
* ssh user requires the associated groupOlivier Blin2010-11-231-0/+1
|
* add correct requires for sshuser creationOlivier Blin2010-11-231-0/+2
|
* automatically pull apache::base to be consistant with others defineMichael Scherer2010-11-231-0/+1
|
* - do not include apache::mod_fcgid as bugzilla do not use fast cgi, and ↵Michael Scherer2010-11-231-1/+0
| | | | apache::base is already included
* Allow users to write their own sshPublicKey, and all users to read itBuchan Milne2010-11-231-1/+1
|
* remove unneeded commasOlivier Blin2010-11-231-1/+1
|
* add jonund and fix adressesOlivier Blin2010-11-231-1/+3
|
* allow repository http acces from buildsystem nodesOlivier Blin2010-11-231-0/+2
| | | | | (hardcoding their IPv6 address since we have no reverse lookup on them)
* add filter compilation as this can reduce the load on serverMichael Scherer2010-11-232-1/+13
|