aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Collapse)AuthorAgeFilesLines
* Fix typoDexter Morgan2010-11-101-1/+1
|
* Add ldap template fileDexter Morgan2010-11-103-2/+34
|
* First commit for sympa moduleDexter Morgan2010-11-102-0/+311
|
* Fix mod_mysqlDamien Lallement2010-11-101-1/+1
|
* Fix cron for check new blog postDamien Lallement2010-11-101-1/+1
|
* Add mysqlDamien Lallement2010-11-101-0/+14
|
* Change 'mailx' for 'nail'Damien Lallement2010-11-101-1/+1
|
* Remove 'nail' on 'blog' and add 'mailx' on 'postfix'Damien Lallement2010-11-102-4/+3
|
* Add 'nail' on 'blog' and 'mod_php' on 'champagne'Damien Lallement2010-11-101-3/+3
|
* - do not store password in clear in the svnMichael Scherer2010-11-102-1/+2
|
* - do not hardcode the domainname ( for reusability )Michael Scherer2010-11-101-1/+1
|
* add support for pkgsubmit in restricted shellNicolas Vigier2010-11-102-0/+14
|
* fix permissions on sudoers filesNicolas Vigier2010-11-092-3/+3
|
* fix path name (iurt module renamed to buildsystem)Nicolas Vigier2010-11-091-2/+2
|
* fix syntax errorNicolas Vigier2010-11-091-1/+1
|
* add sudoers rule for iurtNicolas Vigier2010-11-092-0/+10
|
* add sudo moduleNicolas Vigier2010-11-092-0/+21
|
* Remove the secret key from the file ( even if this is not the one used )Dexter Morgan2010-11-091-6/+0
| | | | | A new one will be recreated with checksetup.pl when needed.
* - rename iurt to buildsystemMichael Scherer2010-11-093-20/+38
|
* Close more anon access, and open up read access to some inetOrgPerson attrs ↵Buchan Milne2010-11-091-11/+13
| | | | to users
* - replace hardcoded domain by a variable, to ease reuse of the module Michael Scherer2010-11-091-11/+13
|
* Add sympa to pgsqlDexter Morgan2010-11-081-0/+5
|
* - fix mask for database declarationMichael Scherer2010-11-081-4/+4
|
* - remove comment ( not really needed )Michael Scherer2010-11-081-59/+1
| | | | | - use domain instead of hardcoding the url
* add default vhost with redirection to www.mageia.orgNicolas Vigier2010-11-082-0/+75
|
* - no need to have a hidden file in the svn repository and puppet configMichael Scherer2010-11-082-1/+1
|
* - fix manifestsMichael Scherer2010-11-081-1/+0
|
* - remove uneeded include, and remove the old config fileMichael Scherer2010-11-082-30/+0
|
* - deploy the tagmail configuration file, so we get error on manifest applicationMichael Scherer2010-11-081-0/+10
|
* - I refactored too much this doesn't work as intended for define Michael Scherer2010-11-082-9/+6
|
* - fix template here tooMichael Scherer2010-11-081-2/+2
|
* - fix syntax error in the template ( TODO add a check in pre-commit )Michael Scherer2010-11-081-1/+1
|
* - forgot to give the script ( I didn't found how to make sure that puppet ↵Michael Scherer2010-11-081-0/+1
| | | | read my mind )
* - deploy catdap with ssl and fastcgiMichael Scherer2010-11-081-9/+16
|
* - add logic for using ssl certificate ( no SNI for the moment, but should be ↵Michael Scherer2010-11-081-1/+14
| | | | done later )
* add bugs.mageia.orgNicolas Vigier2010-11-081-1/+2
|
* - add a hook to serve static file with apache directlyMichael Scherer2010-11-082-2/+4
|
* - add a mod_ssl classMichael Scherer2010-11-071-0/+6
|
* - fix the name of the file ( or it will conflict with blog class ) Michael Scherer2010-11-071-1/+1
|
* - my trick about using $name do not work as expectedMichael Scherer2010-11-071-3/+3
|
* - add a alias not dependent on the pogsql version Michael Scherer2010-11-071-11/+21
| | | | | | | - do not reload on restart ( as this may have side effect ) - explicitly ask for reload on config file change ( with exec service reload ) - use shorter name for file, with a common variable
* First commit for the puppet bugzilla moduleDexter Morgan2010-11-072-0/+126
|
* - add bugs access to bugs databaseOlivier Thauvin2010-11-061-9/+19
| | | | | - apply hostssl to network connection other than localhost - think to local IPv6 connection
* - use name instead of the vhost variableMichael Scherer2010-11-061-1/+1
|
* - add django support with wsgiMichael Scherer2010-11-063-0/+54
|
* - refactor the directory name for apache vhost configMichael Scherer2010-11-061-2/+4
|
* Shame on me, I forgot a pipe...Damien Lallement2010-11-061-1/+1
|
* Remove postfix requireDexter Morgan2010-11-061-4/+1
|
* Add puppet conf for transifexDexter Morgan2010-11-062-0/+50
|
* - add a type for vhost redirection to ssl ( for epoll and catdap, once we ↵Michael Scherer2010-11-062-1/+17
| | | | have https )