aboutsummaryrefslogtreecommitdiffstats
path: root/modules/epoll
Commit message (Collapse)AuthorAgeFilesLines
* use consistent domain referencesThomas Backlund2015-10-201-1/+1
|
* epoll: split database creation in a separate classNicolas Vigier2013-01-172-5/+7
| | | | Create epoll::create_db class
* epoll: use db_name variableNicolas Vigier2013-01-171-1/+1
|
* epoll::var: fix syntaxNicolas Vigier2013-01-171-1/+1
|
* Add epoll::var class for epoll configurationNicolas Vigier2013-01-173-8/+35
| | | | And move db password extlookup outside module
* 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
* clean epoll module, using puppet-lint and common valueMichael Scherer2012-02-201-20/+14
|
* use the new type for user and database declaration ( will be used later for ↵Michael Scherer2011-03-221-6/+2
| | | | pg access list )
* - use the new type for remote database declarationMichael Scherer2011-03-081-3/+2
|
* uniformisation of the name of variable used for password, so we know if this ↵Michael Scherer2010-12-152-3/+3
| | | | is ldap or postgresql at the first glance
* - oups, seems I forgot that certificates were already created by apache classMichael Scherer2010-12-091-4/+0
|
* add epoll selfsigned certificateMichael Scherer2010-12-091-0/+4
|
* - create the database and the user in postgresql database for epollMichael Scherer2010-12-071-0/+12
|
* - use ssl for epoll ( for security reason )Michael Scherer2010-11-301-0/+3
|
* add requires on the package, so puppet doesn't send useless errorsMichael Scherer2010-11-241-1/+2
|
* - 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-201-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 errorMichael Scherer2010-11-051-1/+1
|
* - refactor catalyst application config using a common class ( catdap is next )Michael Scherer2010-11-052-26/+5
|
* - install the module that we use in practiceMichael Scherer2010-11-051-1/+1
|
* - use the refactored vhostMichael Scherer2010-11-051-2/+1
| | | | | - remove the directive NameVirtualHost, as we are already taking care of it elsewhere
* - refactor the domain nameMichael Scherer2010-11-051-2/+3
|
* - add epoll configOlivier Thauvin2010-11-053-0/+55