aboutsummaryrefslogtreecommitdiffstats
path: root/modules/postgresql
Commit message (Collapse)AuthorAgeFilesLines
* Fix timezone ( for server hour)Nicolas Lécureuil2017-04-131-1/+1
|
* Revert "Try to create UTF-8 databases"Nicolas Lécureuil2017-04-081-1/+1
|
* Try to create UTF-8 databasesNicolas Lécureuil2017-04-081-1/+1
|
* Try to create UTF-8 databasesNicolas Lécureuil2017-04-081-1/+1
|
* Adapt to new check serverNicolas Lécureuil2017-04-061-2/+2
|
* fix up pgsql varThomas Backlund2016-03-031-4/+5
|
* we use postgresql 9.4 on mga5Thomas Backlund2016-03-031-1/+5
|
* stop rewriting pg_hba.conf as we are moving to mariadbThomas Backlund2016-02-081-3/+4
|
* puppet parser validation fixesThomas Backlund2015-10-205-0/+5
|
* use consistent domain referencesThomas Backlund2015-10-201-1/+1
|
* lint fixes for postgresqlThomas Backlund2015-10-205-12/+12
|
* Add postgresql::hba_entry and postgresql::varNicolas Vigier2013-01-173-8/+63
|
* Change postgresql::pg_hba to a defineNicolas Vigier2013-01-172-3/+3
| | | | So that it's possible to override parameters.
* Add class postgresql::pg_hbaNicolas Vigier2013-01-173-7/+21
| | | | | This adds a parameter conf_lines which can be used as an array to insert new configuration in the pg_hba.conf file.
* fix missing '' around the call for the program 'true', (not the boolean,Michael Scherer2012-03-171-1/+1
| | | | hence the error 'private method `split' called for true:TrueClass' )
* fix type of the objectMichael Scherer2012-03-171-4/+4
|
* split the remaning class of postgresql module into different file, and clean ↵Michael Scherer2012-03-176-73/+65
| | | | them while on it
* split postgresql::server in its own file, and clean puppet-lint warningMichael Scherer2012-03-173-62/+60
|
* split tagged from main fileMichael Scherer2012-03-172-8/+7
|
* split database from main postgresql fileMichael Scherer2012-03-172-18/+20
|
* split postgresql::user in a separate fileMichael Scherer2012-03-172-12/+13
|
* 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
| | | | due to some unwanted upgrade to 2.7.X )
* 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
| | | | to fill the db ( for forum, wiki, and others web application )
* - 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 ↵Michael Scherer2011-04-191-0/+2
| | | | intervention ( first part )
* 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 ↵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
|