/[adm]/puppet/modules/postgresql/manifests/init.pp
ViewVC logotype

Log of /puppet/modules/postgresql/manifests/init.pp

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Revision:

Revision 2586 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 17 16:53:49 2012 UTC (12 years, 1 month ago) by misc
File length: 21 byte(s)
Diff to previous 2585
split the remaning class of postgresql module into different file, and clean them while on it

Revision 2585 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 17 16:53:46 2012 UTC (12 years, 1 month ago) by misc
File length: 2207 byte(s)
Diff to previous 2584
split postgresql::server in its own file, and clean puppet-lint warning

Revision 2584 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 17 16:53:44 2012 UTC (12 years, 1 month ago) by misc
File length: 4050 byte(s)
Diff to previous 2583
split tagged from main file

Revision 2583 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 17 16:53:41 2012 UTC (12 years, 1 month ago) by misc
File length: 4325 byte(s)
Diff to previous 2582
split database from main postgresql file

Revision 2582 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 17 16:53:39 2012 UTC (12 years, 1 month ago) by misc
File length: 5029 byte(s)
Diff to previous 2294
split postgresql::user in a separate file

Revision 2294 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jan 16 15:33:57 2012 UTC (12 years, 3 months ago) by misc
File length: 5544 byte(s)
Diff to previous 2246
small cleanup of postgresql module

Revision 2246 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jan 14 22:46:15 2012 UTC (12 years, 3 months ago) by misc
File length: 5606 byte(s)
Diff to previous 2240
fix postgresql config

Revision 2240 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jan 13 22:26:53 2012 UTC (12 years, 3 months ago) by misc
File length: 5636 byte(s)
Diff to previous 2016
small refactoring and cleanup of postgresql module

Revision 2016 - (view) (download) (annotate) - [select for diffs]
Modified Mon Sep 19 12:57:15 2011 UTC (12 years, 7 months ago) by misc
File length: 6280 byte(s)
Diff to previous 1973
fix due to puppet now taking -foo as part as the variable name ( likely
due to some unwanted upgrade to 2.7.X )

Revision 1973 - (view) (download) (annotate) - [select for diffs]
Modified Mon Aug 22 12:37:40 2011 UTC (12 years, 8 months ago) by boklm
File length: 6276 byte(s)
Diff to previous 1766
create user before creating database

Revision 1766 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 17 16:53:31 2011 UTC (12 years, 10 months ago) by misc
File length: 6235 byte(s)
Diff to previous 1765
use fully qualified name for user ( and database )


Revision 1765 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 17 16:48:56 2011 UTC (12 years, 10 months ago) by misc
File length: 6211 byte(s)
Diff to previous 1764
revert the change in rev1763, uneeded and broke some others manifests


Revision 1764 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 17 16:38:35 2011 UTC (12 years, 10 months ago) by misc
File length: 6247 byte(s)
Diff to previous 1763
do not try to send a notify if not needed


Revision 1763 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 17 15:57:07 2011 UTC (12 years, 10 months ago) by misc
File length: 6191 byte(s)
Diff to previous 1761
rename user to db_user, as it cause conflict with builtin type


Revision 1761 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 17 12:21:05 2011 UTC (12 years, 10 months ago) by misc
File length: 6155 byte(s)
Diff to previous 1759
fix warnings about unrecognized escaped sequence

Revision 1759 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 17 11:05:25 2011 UTC (12 years, 10 months ago) by misc
File length: 6154 byte(s)
Diff to previous 1755
use a tag for exported ressources, instead of fetching by name

Revision 1755 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 17 10:59:44 2011 UTC (12 years, 10 months ago) by misc
File length: 6130 byte(s)
Diff to previous 1744
fix syntax of exec ( one more time )

Revision 1744 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jun 16 00:11:56 2011 UTC (12 years, 10 months ago) by misc
File length: 6126 byte(s)
Diff to previous 1534
add a callback system on database creation, so we can then exec a script
to fill the db ( for forum, wiki, and others web application )

Revision 1534 - (view) (download) (annotate) - [select for diffs]
Modified Tue Apr 19 11:05:20 2011 UTC (13 years ago) by misc
File length: 4943 byte(s)
Diff to previous 1358
allow to declare forum db and have it added to postgresql with manual intervention ( first part )

Revision 1358 - (view) (download) (annotate) - [select for diffs]
Modified Tue Mar 22 18:42:50 2011 UTC (13 years, 1 month ago) by misc
File length: 4875 byte(s)
Diff to previous 1357
- use the new db_and_user type to manage the list of database access

Revision 1357 - (view) (download) (annotate) - [select for diffs]
Modified Tue Mar 22 18:42:46 2011 UTC (13 years, 1 month ago) by misc
File length: 5059 byte(s)
Diff to previous 1355
convert db_and_user to a exported type

Revision 1355 - (view) (download) (annotate) - [select for diffs]
Modified Tue Mar 22 17:27:10 2011 UTC (13 years, 1 month ago) by misc
File length: 4769 byte(s)
Diff to previous 1354
add a type for database and user, this will simplify some declaration

Revision 1354 - (view) (download) (annotate) - [select for diffs]
Modified Tue Mar 22 17:27:09 2011 UTC (13 years, 1 month ago) by misc
File length: 4358 byte(s)
Diff to previous 1280
- do not hardcode the list of database in the file

Revision 1280 - (view) (download) (annotate) - [select for diffs]
Modified Tue Mar 8 11:54:34 2011 UTC (13 years, 1 month ago) by misc
File length: 4295 byte(s)
Diff to previous 1279
- add 2 types used for remote db and user, with tag support

Revision 1279 - (view) (download) (annotate) - [select for diffs]
Modified Tue Mar 8 11:54:32 2011 UTC (13 years, 1 month ago) by misc
File length: 3754 byte(s)
Diff to previous 1046
add the start of a tagging system for exported db ( so we can have more than one db server )

Revision 1046 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 12 14:03:29 2011 UTC (13 years, 2 months ago) by misc
File length: 3700 byte(s)
Diff to previous 773
- fix ordering, as the exec will fail if postgresql is not running
(errors seen when restarting a vm cloning alamut on kvm)

Revision 773 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jan 13 18:12:22 2011 UTC (13 years, 3 months ago) by misc
File length: 3608 byte(s)
Diff to previous 646
add various comment on what should be improved later

Revision 646 - (view) (download) (annotate) - [select for diffs]
Modified Fri Dec 17 01:45:21 2010 UTC (13 years, 4 months ago) by misc
File length: 3210 byte(s)
Diff to previous 536
- do not include password on command line, but use a environnement
  variable, so we avoid password leak on the mailling list

Revision 536 - (view) (download) (annotate) - [select for diffs]
Modified Tue Dec 7 02:40:36 2010 UTC (13 years, 4 months ago) by misc
File length: 3167 byte(s)
Diff to previous 535
- add options to remove formatting, so puppet do not try to recreate
the db each time

Revision 535 - (view) (download) (annotate) - [select for diffs]
Modified Tue Dec 7 02:40:35 2010 UTC (13 years, 4 months ago) by misc
File length: 3161 byte(s)
Diff to previous 531
- add the owner option, to set the user to whom the database will belong

Revision 531 - (view) (download) (annotate) - [select for diffs]
Modified Tue Dec 7 02:40:31 2010 UTC (13 years, 4 months ago) by misc
File length: 3152 byte(s)
Diff to previous 527
- create the needed certificate for postgresql ( name is hardcoded )

Revision 527 - (view) (download) (annotate) - [select for diffs]
Modified Tue Dec 7 02:40:26 2010 UTC (13 years, 4 months ago) by misc
File length: 2889 byte(s)
Diff to previous 526
create the database and user on the server, using exported ressources

Revision 526 - (view) (download) (annotate) - [select for diffs]
Modified Tue Dec 7 02:40:24 2010 UTC (13 years, 4 months ago) by misc
File length: 2818 byte(s)
Diff to previous 525
- move the postgresql server bits to a subclass

Revision 525 - (view) (download) (annotate) - [select for diffs]
Modified Tue Dec 7 02:40:23 2010 UTC (13 years, 4 months ago) by misc
File length: 2528 byte(s)
Diff to previous 524
like the user type, add a database type

Revision 524 - (view) (download) (annotate) - [select for diffs]
Modified Tue Dec 7 02:40:22 2010 UTC (13 years, 4 months ago) by misc
File length: 2224 byte(s)
Diff to previous 523
add a type postgres user, to be able to declare postgresql user in puppet directly

Revision 523 - (view) (download) (annotate) - [select for diffs]
Modified Tue Dec 7 02:40:21 2010 UTC (13 years, 4 months ago) by misc
File length: 1908 byte(s)
Diff to previous 190
add a require on a required package, needed to create initial database

Revision 190 - (view) (download) (annotate) - [select for diffs]
Modified Sun Nov 7 13:07:01 2010 UTC (13 years, 5 months ago) by misc
File length: 1588 byte(s)
Diff to previous 189
- my trick about using $name do not work as expected


Revision 189 - (view) (download) (annotate) - [select for diffs]
Modified Sun Nov 7 13:04:26 2010 UTC (13 years, 5 months ago) by misc
File length: 1564 byte(s)
Diff to previous 172
- add a alias not dependent on the pogsql version 
- 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 


Revision 172 - (view) (download) (annotate) - [select for diffs]
Modified Sat Nov 6 07:22:44 2010 UTC (13 years, 5 months ago) by nanardon
File length: 1407 byte(s)
Diff to previous 120
- manage pg_ident.conf for postgresql

Revision 120 - (view) (download) (annotate) - [select for diffs]
Modified Fri Nov 5 00:39:09 2010 UTC (13 years, 5 months ago) by misc
File length: 1099 byte(s)
Diff to previous 67
- add a configuration so postgresql is not uselessly reload on each run on alamut


Revision 67 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 29 01:23:27 2010 UTC (13 years, 5 months ago) by nanardon
File length: 1071 byte(s)
Diff to previous 66
- typo

Revision 66 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 29 01:22:42 2010 UTC (13 years, 5 months ago) by nanardon
File length: 1070 byte(s)
Diff to previous 60
- check postgres is running

Revision 60 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 28 23:59:20 2010 UTC (13 years, 5 months ago) by nanardon
File length: 990 byte(s)
Diff to previous 59
- add login management to postgresql

Revision 59 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 28 23:51:17 2010 UTC (13 years, 5 months ago) by nanardon
File length: 802 byte(s)
Diff to previous 58
- typo

Revision 58 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 28 23:50:45 2010 UTC (13 years, 5 months ago) by nanardon
File length: 801 byte(s)
Diff to previous 57
- typo

Revision 57 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 28 23:50:01 2010 UTC (13 years, 5 months ago) by nanardon
File length: 799 byte(s)
Diff to previous 55
- typo

Revision 55 - (view) (download) (annotate) - [select for diffs]
Added Thu Oct 28 23:41:31 2010 UTC (13 years, 5 months ago) by nanardon
File length: 731 byte(s)
- add postgresql config

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC 1.1.30