aboutsummaryrefslogtreecommitdiffstats
path: root/modules/postgresql
Commit message (Collapse)AuthorAgeFilesLines
* Use password method as we are over ssl anyway and I don't know how to md5 ↵Pascal Terjan2011-04-031-3/+3
| | | | the pass into config file
* Fix db name in pg_hba.conf, and hack youri-check config to connect over sslPascal Terjan2011-04-031-5/+3
|
* Also allow local non ssl connections to youri dbPascal Terjan2011-04-031-0/+2
|
* Allow local connections to youri dbPascal Terjan2011-04-031-1/+4
|
* Store youri-check results in pgsql, and generate the reports from there on ↵Pascal Terjan2011-04-021-0/+2
| | | | alamut
* - use the new db_and_user type to manage the list of database accessMichael Scherer2011-03-221-4/+1
|
* convert db_and_user to a exported typeMichael Scherer2011-03-221-8/+17
|
* add a type for database and user, this will simplify some declarationMichael Scherer2011-03-221-0/+15
|
* - do not hardcode the list of database in the fileMichael Scherer2011-03-222-1/+1
|
* - add 2 types used for remote db and user, with tag supportMichael Scherer2011-03-081-0/+22
|
* add the start of a tagging system for exported db ( so we can have more than ↵Michael Scherer2011-03-081-2/+4
| | | | one db server )
* - adapt the list of database to the setup of forumMichael Scherer2011-02-211-3/+14
|
* - enable access to the db from the vm for phpbb databaseMichael Scherer2011-02-151-0/+2
|
* add the phpbb to the acl databaseMichael Scherer2011-02-151-1/+1
|
* - fix ordering, as the exec will fail if postgresql is not runningMichael Scherer2011-02-121-0/+2
| | | | (errors seen when restarting a vm cloning alamut on kvm)
* add various comment on what should be improved laterMichael Scherer2011-01-131-1/+8
|
* - do not include password on command line, but use a environnementMichael Scherer2010-12-171-1/+2
| | | | variable, so we avoid password leak on the mailling list
* - add options to remove formatting, so puppet do not try to recreateMichael Scherer2010-12-071-1/+1
| | | | the db each time
* - add the owner option, to set the user to whom the database will belongMichael Scherer2010-12-071-1/+1
|
* - use a loop, and a fact, instead of cut and paste and hardcoded ipMichael Scherer2010-12-071-22/+13
|
* - create the needed certificate for postgresql ( name is hardcoded )Michael Scherer2010-12-071-1/+10
|
* create the database and user on the server, using exported ressourcesMichael Scherer2010-12-071-0/+3
|
* - move the postgresql server bits to a subclassMichael Scherer2010-12-071-64/+66
|
* like the user type, add a database typeMichael Scherer2010-12-071-0/+8
|
* add a type postgres user, to be able to declare postgresql user in puppet ↵Michael Scherer2010-12-071-0/+9
| | | | directly
* add a require on a required package, needed to create initial databaseMichael Scherer2010-12-071-2/+12
|
* Add comment about previous commitDexter Morgan2010-11-201-0/+2
|
* Allow user bugs to access template1 databaseDexter Morgan2010-11-201-0/+5
|
* Add sympa to pgsqlDexter Morgan2010-11-081-0/+5
|
* - fix mask for database declarationMichael Scherer2010-11-081-4/+4
|
* - my trick about using $name do not work as expectedMichael Scherer2010-11-071-3/+3
|
* - add a alias not dependent on the pogsql version Michael Scherer2010-11-071-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
* - add bugs access to bugs databaseOlivier Thauvin2010-11-061-9/+19
| | | | | - apply hostssl to network connection other than localhost - think to local IPv6 connection
* - notice the file is in svnOlivier Thauvin2010-11-062-1/+7
|
* - make 'psql -U postgres' as root workingOlivier Thauvin2010-11-062-2/+2
|
* - root on the server is accepted as postgres userOlivier Thauvin2010-11-061-0/+1
|
* - manage pg_ident.conf for postgresqlOlivier Thauvin2010-11-062-0/+52
|
* - allow transifex user to connect to transifex databaseOlivier Thauvin2010-11-061-1/+4
|
* - add a configuration so postgresql is not uselessly reload on each run on ↵Michael Scherer2010-11-051-1/+2
| | | | alamut
* - allow postgres connection using IPv6Olivier Thauvin2010-11-041-2/+4
|
* - also allow connection using main interfaceOlivier Thauvin2010-11-041-0/+2
|
* - allow mirrors user to connect to dbOlivier Thauvin2010-11-041-0/+1
|
* - typoOlivier Thauvin2010-10-291-3/+3
|
* - check postgres is runningOlivier Thauvin2010-10-291-0/+2
|
* - allow epoll user to connect locally to epoll dbOlivier Thauvin2010-10-291-0/+4
|
* - enable sslOlivier Thauvin2010-10-292-3/+4
|
* - add login management to postgresqlOlivier Thauvin2010-10-284-5/+23
|
* - typoOlivier Thauvin2010-10-281-1/+1
|
* - typoOlivier Thauvin2010-10-281-2/+2
|
* - typoOlivier Thauvin2010-10-281-3/+3
|