aboutsummaryrefslogtreecommitdiffstats
path: root/modules/postgresql/manifests
Commit message (Collapse)AuthorAgeFilesLines
* - 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 )
* - fix ordering, as the exec will fail if postgresql is not runningMichael Scherer2011-02-121-0/+2
| | | | (errors seen when restarting a vm cloning alamut on kvm)
* 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
| | | | variable, so we avoid password leak on the mailling list
* - add options to remove formatting, so puppet do not try to recreateMichael Scherer2010-12-071-1/+1
| | | | the db each time
* - add the owner option, to set the user to whom the database will belongMichael Scherer2010-12-071-1/+1
|
* - 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 ↵Michael Scherer2010-12-071-0/+9
| | | | directly
* add a require on a required package, needed to create initial databaseMichael Scherer2010-12-071-2/+12
|
* - 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
| | | | | | | - 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 postgresqlOlivier Thauvin2010-11-061-0/+10
|
* - add a configuration so postgresql is not uselessly reload on each run on ↵Michael Scherer2010-11-051-1/+2
| | | | alamut
* - typoOlivier Thauvin2010-10-291-3/+3
|
* - check postgres is runningOlivier Thauvin2010-10-291-0/+2
|
* - add login management to postgresqlOlivier Thauvin2010-10-281-2/+10
|
* - typoOlivier Thauvin2010-10-281-1/+1
|
* - typoOlivier Thauvin2010-10-281-2/+2
|
* - typoOlivier Thauvin2010-10-281-3/+3
|
* - add postgresql configOlivier Thauvin2010-10-281-0/+29