Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | split vhost_catalyst_app in a separate file | Michael Scherer | 2012-04-02 | 1 | -1/+1 |
| | |||||
* | fix vhost invocation on several module, was missed by last commit, and add ↵ | Michael Scherer | 2012-03-25 | 1 | -1/+1 |
| | | | | the one for redirect_ssl | ||||
* | clean epoll module, using puppet-lint and common value | Michael Scherer | 2012-02-20 | 1 | -20/+14 |
| | |||||
* | use the new type for user and database declaration ( will be used later for ↵ | Michael Scherer | 2011-03-22 | 1 | -6/+2 |
| | | | | pg access list ) | ||||
* | - use the new type for remote database declaration | Michael Scherer | 2011-03-08 | 1 | -3/+2 |
| | |||||
* | uniformisation of the name of variable used for password, so we know if this ↵ | Michael Scherer | 2010-12-15 | 2 | -3/+3 |
| | | | | is ldap or postgresql at the first glance | ||||
* | - oups, seems I forgot that certificates were already created by apache class | Michael Scherer | 2010-12-09 | 1 | -4/+0 |
| | |||||
* | add epoll selfsigned certificate | Michael Scherer | 2010-12-09 | 1 | -0/+4 |
| | |||||
* | - create the database and the user in postgresql database for epoll | Michael Scherer | 2010-12-07 | 1 | -0/+12 |
| | |||||
* | - use ssl for epoll ( for security reason ) | Michael Scherer | 2010-11-30 | 1 | -0/+3 |
| | |||||
* | add requires on the package, so puppet doesn't send useless errors | Michael Scherer | 2010-11-24 | 1 | -1/+2 |
| | |||||
* | - add default password of x, so manifests do not fail on test vms | Michael Scherer | 2010-11-22 | 1 | -1/+1 |
| | |||||
* | - do not let file with passwords to be world readable | Michael Scherer | 2010-11-20 | 1 | -2/+2 |
| | | | | | | | | ( even if being readable by apache is not good either, but needed as the password is used by apache ) - use ldaps for sympa - use the 2 new facter macro and remove the version copied everywhere - remove hardcoded domain in bugzilla and others | ||||
* | - oups, fix error | Michael Scherer | 2010-11-05 | 1 | -1/+1 |
| | |||||
* | - refactor catalyst application config using a common class ( catdap is next ) | Michael Scherer | 2010-11-05 | 2 | -26/+5 |
| | |||||
* | - install the module that we use in practice | Michael Scherer | 2010-11-05 | 1 | -1/+1 |
| | |||||
* | - use the refactored vhost | Michael Scherer | 2010-11-05 | 1 | -2/+1 |
| | | | | | - remove the directive NameVirtualHost, as we are already taking care of it elsewhere | ||||
* | - refactor the domain name | Michael Scherer | 2010-11-05 | 1 | -2/+3 |
| | |||||
* | - add epoll config | Olivier Thauvin | 2010-11-05 | 3 | -0/+55 |