Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - fix ordering, as the exec will fail if postgresql is not running | Michael Scherer | 2011-02-12 | 1 | -0/+2 |
| | | | | (errors seen when restarting a vm cloning alamut on kvm) | ||||
* | 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 |
| | | | | variable, so we avoid password leak on the mailling list | ||||
* | - add options to remove formatting, so puppet do not try to recreate | Michael Scherer | 2010-12-07 | 1 | -1/+1 |
| | | | | the db each time | ||||
* | - 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 ↵ | Michael Scherer | 2010-12-07 | 1 | -0/+9 |
| | | | | directly | ||||
* | 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 |
| | | | | | | | - 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 | ||||
* | - 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 ↵ | Michael Scherer | 2010-11-05 | 1 | -1/+2 |
| | | | | alamut | ||||
* | - typo | Olivier Thauvin | 2010-10-29 | 1 | -3/+3 |
| | |||||
* | - check postgres is running | Olivier Thauvin | 2010-10-29 | 1 | -0/+2 |
| | |||||
* | - add login management to postgresql | Olivier Thauvin | 2010-10-28 | 1 | -2/+10 |
| | |||||
* | - typo | Olivier Thauvin | 2010-10-28 | 1 | -1/+1 |
| | |||||
* | - typo | Olivier Thauvin | 2010-10-28 | 1 | -2/+2 |
| | |||||
* | - typo | Olivier Thauvin | 2010-10-28 | 1 | -3/+3 |
| | |||||
* | - add postgresql config | Olivier Thauvin | 2010-10-28 | 1 | -0/+29 |