| Commit message (Expand) | Author | Age | Files | Lines |
* | puppet parser validation fixes | Thomas Backlund | 2015-10-20 | 5 | -0/+5 |
* | use consistent domain references | Thomas Backlund | 2015-10-20 | 1 | -1/+1 |
* | lint fixes for postgresql | Thomas Backlund | 2015-10-20 | 5 | -12/+12 |
* | 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 | 2 | -5/+13 |
* | 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 |
* | allow to declare forum db and have it added to postgresql with manual interve... | Michael Scherer | 2011-04-19 | 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 | 1 | -0/+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 |
* | - 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 |
* | - 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 |
* | like the user type, add a database type | Michael Scherer | 2010-12-07 | 1 | -0/+8 |
* | add a type postgres user, to be able to declare postgresql user in puppet dir... | Michael Scherer | 2010-12-07 | 1 | -0/+9 |
* | add a require on a required package, needed to create initial database | Michael Scherer | 2010-12-07 | 1 | -2/+12 |
* | - my trick about using $name do not work as expected | Michael Scherer | 2010-11-07 | 1 | -3/+3 |
* | - add a alias not dependent on the pogsql version | Michael Scherer | 2010-11-07 | 1 | -11/+21 |
* | - manage pg_ident.conf for postgresql | Olivier Thauvin | 2010-11-06 | 1 | -0/+10 |
* | - add a configuration so postgresql is not uselessly reload on each run on al... | Michael Scherer | 2010-11-05 | 1 | -1/+2 |
* | - typo | Olivier Thauvin | 2010-10-29 | 1 | -3/+3 |
* | - check postgres is running | Olivier Thauvin | 2010-10-29 | 1 | -0/+2 |