| Commit message (Expand) | Author | Age | Files | Lines |
* | Add postgresql::hba_entry and postgresql::var | Nicolas Vigier | 2013-01-17 | 3 | -8/+63 |
* | Change postgresql::pg_hba to a define | Nicolas Vigier | 2013-01-17 | 2 | -3/+3 |
* | Add class postgresql::pg_hba | Nicolas Vigier | 2013-01-17 | 3 | -7/+21 |
* | fix missing '' around the call for the program 'true', (not the boolean, | Michael Scherer | 2012-03-17 | 1 | -1/+1 |
* | fix type of the object | Michael Scherer | 2012-03-17 | 1 | -4/+4 |
* | split the remaning class of postgresql module into different file, and clean ... | Michael Scherer | 2012-03-17 | 6 | -73/+65 |
* | split postgresql::server in its own file, and clean puppet-lint warning | Michael Scherer | 2012-03-17 | 3 | -62/+60 |
* | split tagged from main file | Michael Scherer | 2012-03-17 | 2 | -8/+7 |
* | split database from main postgresql file | Michael Scherer | 2012-03-17 | 2 | -18/+20 |
* | split postgresql::user in a separate file | Michael Scherer | 2012-03-17 | 2 | -12/+13 |
* | small cleanup of postgresql module | Michael Scherer | 2012-01-16 | 1 | -2/+0 |
* | fix postgresql config | Michael Scherer | 2012-01-14 | 1 | -1/+1 |
* | small refactoring and cleanup of postgresql module | Michael Scherer | 2012-01-13 | 1 | -36/+17 |
* | fix due to puppet now taking -foo as part as the variable name ( likely | Michael Scherer | 2011-09-19 | 1 | -2/+2 |
* | create user before creating database | Nicolas Vigier | 2011-08-22 | 1 | -0/+1 |
* | use fully qualified name for user ( and database ) | Michael Scherer | 2011-06-17 | 1 | -2/+2 |
* | revert the change in rev1763, uneeded and broke some others manifests | Michael Scherer | 2011-06-17 | 1 | -5/+5 |
* | do not try to send a notify if not needed | Michael Scherer | 2011-06-17 | 1 | -3/+5 |
* | rename user to db_user, as it cause conflict with builtin type | Michael Scherer | 2011-06-17 | 1 | -5/+5 |
* | fix warnings about unrecognized escaped sequence | Michael Scherer | 2011-06-17 | 1 | -1/+1 |
* | use a tag for exported ressources, instead of fetching by name | Michael Scherer | 2011-06-17 | 1 | -2/+3 |
* | fix syntax of exec ( one more time ) | Michael Scherer | 2011-06-17 | 1 | -1/+1 |
* | add a callback system on database creation, so we can then exec a script | Michael Scherer | 2011-06-16 | 1 | -2/+32 |
* | - don't use pam anymore since no system users exists | Olivier Thauvin | 2011-05-21 | 1 | -4/+4 |
* | allow to declare forum db and have it added to postgresql with manual interve... | Michael Scherer | 2011-04-19 | 1 | -0/+2 |
* | add german db declaration to postgresql acl | Michael Scherer | 2011-04-19 | 1 | -1/+1 |
* | Switch back to md5, it is supposed to work | Pascal Terjan | 2011-04-03 | 1 | -3/+3 |
* | Use password method as we are over ssl anyway and I don't know how to md5 the... | Pascal Terjan | 2011-04-03 | 1 | -3/+3 |
* | Fix db name in pg_hba.conf, and hack youri-check config to connect over ssl | Pascal Terjan | 2011-04-03 | 1 | -5/+3 |
* | Also allow local non ssl connections to youri db | Pascal Terjan | 2011-04-03 | 1 | -0/+2 |
* | Allow local connections to youri db | Pascal Terjan | 2011-04-03 | 1 | -1/+4 |
* | Store youri-check results in pgsql, and generate the reports from there on al... | Pascal Terjan | 2011-04-02 | 1 | -0/+2 |
* | - use the new db_and_user type to manage the list of database access | Michael Scherer | 2011-03-22 | 1 | -4/+1 |
* | convert db_and_user to a exported type | Michael Scherer | 2011-03-22 | 1 | -8/+17 |
* | add a type for database and user, this will simplify some declaration | Michael Scherer | 2011-03-22 | 1 | -0/+15 |
* | - do not hardcode the list of database in the file | Michael Scherer | 2011-03-22 | 2 | -1/+1 |
* | - add 2 types used for remote db and user, with tag support | Michael Scherer | 2011-03-08 | 1 | -0/+22 |
* | add the start of a tagging system for exported db ( so we can have more than ... | Michael Scherer | 2011-03-08 | 1 | -2/+4 |
* | - adapt the list of database to the setup of forum | Michael Scherer | 2011-02-21 | 1 | -3/+14 |
* | - enable access to the db from the vm for phpbb database | Michael Scherer | 2011-02-15 | 1 | -0/+2 |
* | add the phpbb to the acl database | Michael Scherer | 2011-02-15 | 1 | -1/+1 |
* | - fix ordering, as the exec will fail if postgresql is not running | Michael Scherer | 2011-02-12 | 1 | -0/+2 |
* | add various comment on what should be improved later | Michael Scherer | 2011-01-13 | 1 | -1/+8 |
* | - do not include password on command line, but use a environnement | Michael Scherer | 2010-12-17 | 1 | -1/+2 |
* | - add options to remove formatting, so puppet do not try to recreate | Michael Scherer | 2010-12-07 | 1 | -1/+1 |
* | - add the owner option, to set the user to whom the database will belong | Michael Scherer | 2010-12-07 | 1 | -1/+1 |
* | - use a loop, and a fact, instead of cut and paste and hardcoded ip | Michael Scherer | 2010-12-07 | 1 | -22/+13 |
* | - create the needed certificate for postgresql ( name is hardcoded ) | Michael Scherer | 2010-12-07 | 1 | -1/+10 |
* | create the database and user on the server, using exported ressources | Michael Scherer | 2010-12-07 | 1 | -0/+3 |
* | - move the postgresql server bits to a subclass | Michael Scherer | 2010-12-07 | 1 | -64/+66 |