Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - add missing requirements for fast-cgi | Michael Scherer | 2011-03-08 | 1 | -1/+1 |
| | |||||
* | - use fastcgi rather than wsgi, as wsgi support of viewvc leak | Michael Scherer | 2011-03-08 | 2 | -5/+7 |
| | | | | memory or make apache apache unable to start | ||||
* | enable crontab for checking new blog post | Damien Lallement | 2011-03-07 | 1 | -6/+6 |
| | |||||
* | change url for english blog | Damien Lallement | 2011-03-07 | 1 | -1/+1 |
| | |||||
* | disable checking for new blog post during migration (spotted by ennael) | Damien Lallement | 2011-03-07 | 1 | -6/+6 |
| | |||||
* | migrate blogs on champagne | Damien Lallement | 2011-03-07 | 2 | -5/+4 |
| | |||||
* | - fix the subversion post-commit problem ( for good this time ) | Michael Scherer | 2011-03-04 | 1 | -14/+9 |
| | | | | - also simplify the declaration, by following the DRY principle | ||||
* | .yml -> .yaml | Buchan Milne | 2011-03-04 | 2 | -2/+2 |
| | |||||
* | - fix my previous commit ( caused alamut to not be updated ) | Michael Scherer | 2011-03-04 | 1 | -6/+6 |
| | |||||
* | Clients should report attributes of /var/lib/puppet/state/state.yml | Buchan Milne | 2011-03-04 | 2 | -0/+3 |
| | | | | | | By default, check that puppet state.yml has been modified in last 90 mins By default, check for at least one, but not more than 2 instances of puppetd | ||||
* | update init.pp to split script in different classes | Damien Lallement | 2011-03-03 | 1 | -43/+47 |
| | |||||
* | fix include | Damien Lallement | 2011-03-03 | 1 | -2/+2 |
| | |||||
* | creation of the user 'blog' | Damien Lallement | 2011-03-03 | 1 | -0/+1 |
| | |||||
* | fix service mysql | Damien Lallement | 2011-03-03 | 1 | -3/+3 |
| | |||||
* | - add others websites | Michael Scherer | 2011-03-03 | 1 | -12/+16 |
| | | | | | - do not hardcode our domain name | ||||
* | error spotted by boklm on 'include' | Damien Lallement | 2011-03-03 | 1 | -1/+1 |
| | |||||
* | update user info | Damien Lallement | 2011-03-03 | 1 | -1/+1 |
| | |||||
* | add 'mysql' on 'krampouezh' for 'blog' | Damien Lallement | 2011-03-03 | 1 | -1/+2 |
| | |||||
* | remove 'mysql' installation on champagne | Damien Lallement | 2011-03-03 | 1 | -2/+1 |
| | |||||
* | Move xymon::client to default_mageia_server_no_smtp | Buchan Milne | 2011-03-03 | 1 | -1/+1 |
| | |||||
* | Add xymon::client to default_mageia_server | Buchan Milne | 2011-03-03 | 1 | -0/+1 |
| | |||||
* | Set CLIENT for alamut, as were using xymon.domain in hobbitserver.cfg at present | Buchan Milne | 2011-03-03 | 1 | -1/+1 |
| | |||||
* | Better fix | Buchan Milne | 2011-03-03 | 1 | -5/+3 |
| | |||||
* | Try other syntax for multiple packages | Buchan Milne | 2011-03-03 | 1 | -1/+4 |
| | |||||
* | We prefer fping over hobbitping, so we need to install fping | Buchan Milne | 2011-03-03 | 1 | -1/+1 |
| | |||||
* | Add a simple vhost for xymon for now | Buchan Milne | 2011-03-03 | 2 | -1/+5 |
| | |||||
* | Add missing colon | Buchan Milne | 2011-03-03 | 1 | -1/+1 |
| | |||||
* | Run xymon server on alamut | Buchan Milne | 2011-03-03 | 1 | -0/+1 |
| | |||||
* | return a string (as facter converts booleans to string) | Nicolas Vigier | 2011-03-03 | 1 | -2/+2 |
| | |||||
* | test wildcard_sslcert as a string (as facter converts booleans to strings) | Nicolas Vigier | 2011-03-03 | 3 | -3/+3 |
| | |||||
* | revert 1244 | Nicolas Vigier | 2011-03-02 | 2 | -2/+2 |
| | |||||
* | comment SSLCertificateChainFile | Nicolas Vigier | 2011-03-02 | 1 | -1/+1 |
| | |||||
* | only install default ssl vhost when mod_ssl is used | Nicolas Vigier | 2011-03-02 | 1 | -10/+11 |
| | |||||
* | fix test on wildcard_sslcert | Nicolas Vigier | 2011-03-02 | 2 | -2/+2 |
| | |||||
* | fix syntax error | Nicolas Vigier | 2011-03-02 | 1 | -1/+1 |
| | |||||
* | set ServerAdmin email | Nicolas Vigier | 2011-03-02 | 1 | -1/+1 |
| | |||||
* | add default ssl vhost | Nicolas Vigier | 2011-03-02 | 2 | -0/+178 |
| | |||||
* | - send mail on commit on new ml | Michael Scherer | 2011-03-02 | 1 | -0/+1 |
| | |||||
* | - create a new list for packages commits | Michael Scherer | 2011-03-02 | 1 | -0/+8 |
| | |||||
* | update blog user's comment (which is used in From header in emails sent) | Nicolas Vigier | 2011-03-02 | 1 | -1/+1 |
| | |||||
* | don't generate self signed certificate if wildcard certificate available | Nicolas Vigier | 2011-03-02 | 1 | -4/+6 |
| | |||||
* | remove <Location /> as it is already set by vhost_base | Nicolas Vigier | 2011-03-02 | 1 | -3/+0 |
| | |||||
* | use vhost_base instead of vhost_other_app | Nicolas Vigier | 2011-03-02 | 2 | -14/+3 |
| | |||||
* | use wildcard certificate, if available | Nicolas Vigier | 2011-03-02 | 1 | -0/+7 |
| | |||||
* | use boolean values | Nicolas Vigier | 2011-03-02 | 1 | -2/+2 |
| | |||||
* | Add [RPM] in changelog ML subjects | Pascal Terjan | 2011-03-01 | 1 | -0/+1 |
| | |||||
* | Oops use the patch misc had sent to the ML | Pascal Terjan | 2011-03-01 | 1 | -4/+3 |
| | |||||
* | Fix sender | Pascal Terjan | 2011-03-01 | 1 | -1/+1 |
| | |||||
* | Announce uploads on mailing list | Pascal Terjan | 2011-03-01 | 1 | -2/+11 |
| | |||||
* | - update mirrors informations | Olivier Thauvin | 2011-02-28 | 2 | -2/+7 |
| |