aboutsummaryrefslogtreecommitdiffstats
path: root/modules/catdap
Commit message (Collapse)AuthorAgeFilesLines
* do not allow underscore in username, because mediawiki doesn't like thisNicolas Vigier2012-07-061-0/+1
|
* split vhost_catalyst_app in a separate fileMichael Scherer2012-04-021-1/+1
|
* fix vhost invocation on several module, was missed by last commit, and add ↵Michael Scherer2012-03-251-1/+1
| | | | the one for redirect_ssl
* split snapshot.pp from init.pp to follow puppet convention of 1 module per fileMichael Scherer2012-03-172-23/+22
|
* male puppet-lint happy, clean a little bit, and put 1 package on each line, ↵Michael Scherer2012-02-201-29/+42
| | | | to more easyly see if one is changed in diff
* fix string interpolation, that broke identity ( due to restart of apache )Michael Scherer2012-02-021-2/+2
|
* icorrect blacklisted email is MAILER-DAEMON, with NMichael Scherer2012-01-221-1/+1
|
* use string interpolation, and set ldap to ldap-master rather than "ldap"Michael Scherer2012-01-221-2/+2
|
* blacklist the registration of the login 'security'Michael Scherer2011-04-201-0/+1
|
* - sync list with deployed mail aliasesMichael Scherer2011-03-291-0/+12
|
* - do not hardcode the hostname ( who is wrong, by the way, as it should be ↵Michael Scherer2011-03-081-1/+1
| | | | alamut )
* prevent a user from signing as schedbot ( would be a security issue on valstar )Michael Scherer2011-02-101-0/+1
|
* - add more name to the blacklist ( login used for various part ofMichael Scherer2011-01-191-0/+7
| | | | the bs, and thus leading to potential conflict on ldap end )
* - add another missing rpmMichael Scherer2011-01-051-1/+1
|
* add missing rpmMichael Scherer2011-01-051-1/+1
|
* - deploy trunk as a test instance, as asked several time on ircMichael Scherer2011-01-051-18/+31
|
* uniformisation of the name of variable used for password, so we know if this ↵Michael Scherer2010-12-152-3/+1
| | | | is ldap or postgresql at the first glance
* - oups, seems I forgot that certificates were already created by apache classMichael Scherer2010-12-091-3/+0
|
* - also create a self signed certificate for catdap if no certificateMichael Scherer2010-12-091-0/+4
| | | | exist
* Fix identDexter Morgan2010-11-261-1/+1
|
* fix svn location for catdap checkoutMichael Scherer2010-11-241-1/+1
|
* - add default password of x, so manifests do not fail on test vmsMichael Scherer2010-11-221-1/+1
|
* - do not let file with passwords to be world readable Michael Scherer2010-11-202-6/+3
| | | | | | | | ( 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
* - remove uneeded include, and remove the old config fileMichael Scherer2010-11-082-30/+0
|
* - 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 a few more dependenciesBuchan Milne2010-11-051-1/+3
| | | | | | | --This line, and those below, will be ignoed-- M puppet/modules/catdap/manifests/init.pp
* Correct authentication binddnBuchan Milne2010-11-051-1/+1
|
* - add missing RequiresMichael Scherer2010-11-041-1/+1
|
* - move the call to extlookup before the template, not after Michael Scherer2010-11-041-2/+2
|
* - refactor the vhostMichael Scherer2010-11-043-7/+10
| | | | | | | | | - fix the url used for svn checkout - add a requires from catdap config to svn checkout for ordering purpose - move extlookup call outside of template - fix the name of apache config file - fix the naming of the ldap server
* - remove duplicate packagesMichael Scherer2010-11-041-1/+1
|
* - add a catdap moduleMichael Scherer2010-11-043-0/+95