aboutsummaryrefslogtreecommitdiffstats
path: root/modules/postgresql
Commit message (Expand)AuthorAgeFilesLines
* small cleanup of postgresql moduleMichael Scherer2012-01-161-2/+0
* fix postgresql configMichael Scherer2012-01-141-1/+1
* small refactoring and cleanup of postgresql moduleMichael Scherer2012-01-131-36/+17
* fix due to puppet now taking -foo as part as the variable name ( likelyMichael Scherer2011-09-191-2/+2
* create user before creating databaseNicolas Vigier2011-08-221-0/+1
* use fully qualified name for user ( and database )Michael Scherer2011-06-171-2/+2
* revert the change in rev1763, uneeded and broke some others manifestsMichael Scherer2011-06-171-5/+5
* do not try to send a notify if not neededMichael Scherer2011-06-171-3/+5
* rename user to db_user, as it cause conflict with builtin typeMichael Scherer2011-06-171-5/+5
* fix warnings about unrecognized escaped sequenceMichael Scherer2011-06-171-1/+1
* use a tag for exported ressources, instead of fetching by nameMichael Scherer2011-06-171-2/+3
* fix syntax of exec ( one more time )Michael Scherer2011-06-171-1/+1
* add a callback system on database creation, so we can then exec a scriptMichael Scherer2011-06-161-2/+32
* - don't use pam anymore since no system users existsOlivier Thauvin2011-05-211-4/+4
* allow to declare forum db and have it added to postgresql with manual interve...Michael Scherer2011-04-191-0/+2
* add german db declaration to postgresql aclMichael Scherer2011-04-191-1/+1
* Switch back to md5, it is supposed to workPascal Terjan2011-04-031-3/+3
* Use password method as we are over ssl anyway and I don't know how to md5 the...Pascal Terjan2011-04-031-3/+3
* 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 al...Pascal Terjan2011-04-021-0/+2
* - 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
* - 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
* 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
* - add options to remove formatting, so puppet do not try to recreateMichael Scherer2010-12-071-1/+1
* - 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 dir...Michael Scherer2010-12-071-0/+9
* 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
* - add bugs access to bugs databaseOlivier Thauvin2010-11-061-9/+19