Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - I refactored too much this doesn't work as intended for define | Michael Scherer | 2010-11-08 | 2 | -9/+6 |
| | |||||
* | - fix template here too | Michael Scherer | 2010-11-08 | 1 | -2/+2 |
| | |||||
* | - fix syntax error in the template ( TODO add a check in pre-commit ) | Michael Scherer | 2010-11-08 | 1 | -1/+1 |
| | |||||
* | - forgot to give the script ( I didn't found how to make sure that puppet ↵ | Michael Scherer | 2010-11-08 | 1 | -0/+1 |
| | | | | read my mind ) | ||||
* | - deploy catdap with ssl and fastcgi | Michael Scherer | 2010-11-08 | 1 | -9/+16 |
| | |||||
* | - add logic for using ssl certificate ( no SNI for the moment, but should be ↵ | Michael Scherer | 2010-11-08 | 1 | -1/+14 |
| | | | | done later ) | ||||
* | add bugs.mageia.org | Nicolas Vigier | 2010-11-08 | 1 | -1/+2 |
| | |||||
* | - add a hook to serve static file with apache directly | Michael Scherer | 2010-11-08 | 2 | -2/+4 |
| | |||||
* | - remove tabulation ( so indentation is really fixed ) | Michael Scherer | 2010-11-07 | 1 | -13/+10 |
| | | | | | - clean old comments ( ie, things we deployed ) | ||||
* | - add a mod_ssl class | Michael Scherer | 2010-11-07 | 1 | -0/+6 |
| | |||||
* | - fix the name of the file ( or it will conflict with blog class ) | Michael Scherer | 2010-11-07 | 1 | -1/+1 |
| | |||||
* | - my trick about using $name do not work as expected | Michael Scherer | 2010-11-07 | 1 | -3/+3 |
| | |||||
* | - add a alias not dependent on the pogsql version | Michael Scherer | 2010-11-07 | 1 | -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 module | Dexter Morgan | 2010-11-07 | 2 | -0/+126 |
| | |||||
* | - add bugs access to bugs database | Olivier Thauvin | 2010-11-06 | 1 | -9/+19 |
| | | | | | - apply hostssl to network connection other than localhost - think to local IPv6 connection | ||||
* | Add review board to isntall | Dexter Morgan | 2010-11-06 | 1 | -0/+1 |
| | |||||
* | Use bug tracker word instead of bugzilla | Dexter Morgan | 2010-11-06 | 1 | -1/+1 |
| | |||||
* | Fix ident | Dexter Morgan | 2010-11-06 | 1 | -9/+8 |
| | |||||
* | - use name instead of the vhost variable | Michael Scherer | 2010-11-06 | 1 | -1/+1 |
| | |||||
* | - add django support with wsgi | Michael Scherer | 2010-11-06 | 3 | -0/+54 |
| | |||||
* | - refactor the directory name for apache vhost config | Michael Scherer | 2010-11-06 | 1 | -2/+4 |
| | |||||
* | Shame on me, I forgot a pipe... | Damien Lallement | 2010-11-06 | 1 | -1/+1 |
| | |||||
* | Remove postfix require | Dexter Morgan | 2010-11-06 | 1 | -4/+1 |
| | |||||
* | include transifex | Dexter Morgan | 2010-11-06 | 1 | -0/+1 |
| | |||||
* | Add puppet conf for transifex | Dexter Morgan | 2010-11-06 | 2 | -0/+50 |
| | |||||
* | - add a type for vhost redirection to ssl ( for epoll and catdap, once we ↵ | Michael Scherer | 2010-11-06 | 2 | -1/+17 |
| | | | | have https ) | ||||
* | - notice the file is in svn | Olivier Thauvin | 2010-11-06 | 2 | -1/+7 |
| | |||||
* | - make 'psql -U postgres' as root working | Olivier Thauvin | 2010-11-06 | 2 | -2/+2 |
| | |||||
* | - root on the server is accepted as postgres user | Olivier Thauvin | 2010-11-06 | 1 | -0/+1 |
| | |||||
* | - manage pg_ident.conf for postgresql | Olivier Thauvin | 2010-11-06 | 2 | -0/+52 |
| | |||||
* | - allow transifex user to connect to transifex database | Olivier Thauvin | 2010-11-06 | 1 | -1/+4 |
| | |||||
* | - oups again, fix the order of arguments | Michael Scherer | 2010-11-05 | 1 | -1/+1 |
| | |||||
* | - oups, fix error | Michael Scherer | 2010-11-05 | 2 | -2/+2 |
| | |||||
* | - refactor catalyst application config using a common class ( catdap is next ) | Michael Scherer | 2010-11-05 | 4 | -51/+8 |
| | |||||
* | - add a define to ease catalyst application deployement | Michael Scherer | 2010-11-05 | 2 | -0/+28 |
| | |||||
* | - enable reporting, as explained on ↵ | Michael Scherer | 2010-11-05 | 2 | -0/+3 |
| | | | | http://projects.puppetlabs.com/projects/1/wiki/Reports_And_Reporting | ||||
* | - use mv -f instead of cp + rm ( shorter, cleaner ) | Michael Scherer | 2010-11-05 | 1 | -5/+4 |
| | | | | | - move file creation later rather than creating it and removing it after | ||||
* | - migrate to the new config file format | Michael Scherer | 2010-11-05 | 1 | -2/+2 |
| | |||||
* | - add configuration for puppetmaster name | Michael Scherer | 2010-11-05 | 1 | -0/+3 |
| | |||||
* | - replaced by puppet module | Michael Scherer | 2010-11-05 | 1 | -27/+0 |
| | |||||
* | - fix wrong class name | Michael Scherer | 2010-11-05 | 1 | -1/+1 |
| | |||||
* | - oups, fix typo | Michael Scherer | 2010-11-05 | 1 | -1/+1 |
| | |||||
* | do not hardcode mageia.org in mga-mirrors config | Michael Scherer | 2010-11-05 | 1 | -1/+1 |
| | |||||
* | - try to be sure that svn::client is installed if needed | Michael Scherer | 2010-11-05 | 1 | -0/+3 |
| | |||||
* | - add default setting for exec class | Michael Scherer | 2010-11-05 | 1 | -0/+3 |
| | |||||
* | move extdata to the module | Michael Scherer | 2010-11-05 | 2 | -10/+9 |
| | |||||
* | - deploy puppet on puppet nodes | Michael Scherer | 2010-11-05 | 2 | -7/+2 |
| | |||||
* | - add puppet module, based on my own setup | Michael Scherer | 2010-11-05 | 2 | -0/+61 |
| | |||||
* | fix typo :p | Damien Lallement | 2010-11-05 | 1 | -1/+1 |
| | |||||
* | fix 'cron' | Damien Lallement | 2010-11-05 | 1 | -1/+0 |
| |