Log of /puppet/modules/postgresql/manifests
Directory Listing
Revision
2596 -
Directory Listing
Modified
Sat Mar 17 20:48:49 2012 UTC
(11 years, 2 months ago)
by
misc
fix missing '' around the call for the program 'true', (not the boolean,
hence the error 'private method `split' called for true:TrueClass' )
Revision
2594 -
Directory Listing
Modified
Sat Mar 17 18:10:42 2012 UTC
(11 years, 2 months ago)
by
misc
fix type of the object
Revision
2586 -
Directory Listing
Modified
Sat Mar 17 16:53:49 2012 UTC
(11 years, 2 months ago)
by
misc
split the remaning class of postgresql module into different file, and clean them while on it
Revision
2585 -
Directory Listing
Modified
Sat Mar 17 16:53:46 2012 UTC
(11 years, 2 months ago)
by
misc
split postgresql::server in its own file, and clean puppet-lint warning
Revision
2584 -
Directory Listing
Modified
Sat Mar 17 16:53:44 2012 UTC
(11 years, 2 months ago)
by
misc
split tagged from main file
Revision
2583 -
Directory Listing
Modified
Sat Mar 17 16:53:41 2012 UTC
(11 years, 2 months ago)
by
misc
split database from main postgresql file
Revision
2582 -
Directory Listing
Modified
Sat Mar 17 16:53:39 2012 UTC
(11 years, 2 months ago)
by
misc
split postgresql::user in a separate file
Revision
2294 -
Directory Listing
Modified
Mon Jan 16 15:33:57 2012 UTC
(11 years, 4 months ago)
by
misc
small cleanup of postgresql module
Revision
2246 -
Directory Listing
Modified
Sat Jan 14 22:46:15 2012 UTC
(11 years, 4 months ago)
by
misc
fix postgresql config
Revision
2240 -
Directory Listing
Modified
Fri Jan 13 22:26:53 2012 UTC
(11 years, 4 months ago)
by
misc
small refactoring and cleanup of postgresql module
Revision
2016 -
Directory Listing
Modified
Mon Sep 19 12:57:15 2011 UTC
(11 years, 8 months ago)
by
misc
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 -
Directory Listing
Modified
Mon Aug 22 12:37:40 2011 UTC
(11 years, 9 months ago)
by
boklm
create user before creating database
Revision
1766 -
Directory Listing
Modified
Fri Jun 17 16:53:31 2011 UTC
(11 years, 11 months ago)
by
misc
use fully qualified name for user ( and database )
Revision
1765 -
Directory Listing
Modified
Fri Jun 17 16:48:56 2011 UTC
(11 years, 11 months ago)
by
misc
revert the change in rev1763, uneeded and broke some others manifests
Revision
1764 -
Directory Listing
Modified
Fri Jun 17 16:38:35 2011 UTC
(11 years, 11 months ago)
by
misc
do not try to send a notify if not needed
Revision
1763 -
Directory Listing
Modified
Fri Jun 17 15:57:07 2011 UTC
(11 years, 11 months ago)
by
misc
rename user to db_user, as it cause conflict with builtin type
Revision
1761 -
Directory Listing
Modified
Fri Jun 17 12:21:05 2011 UTC
(11 years, 11 months ago)
by
misc
fix warnings about unrecognized escaped sequence
Revision
1759 -
Directory Listing
Modified
Fri Jun 17 11:05:25 2011 UTC
(11 years, 11 months ago)
by
misc
use a tag for exported ressources, instead of fetching by name
Revision
1755 -
Directory Listing
Modified
Fri Jun 17 10:59:44 2011 UTC
(11 years, 11 months ago)
by
misc
fix syntax of exec ( one more time )
Revision
1744 -
Directory Listing
Modified
Thu Jun 16 00:11:56 2011 UTC
(11 years, 11 months ago)
by
misc
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 -
Directory Listing
Modified
Tue Apr 19 11:05:20 2011 UTC
(12 years, 1 month ago)
by
misc
allow to declare forum db and have it added to postgresql with manual intervention ( first part )
Revision
1358 -
Directory Listing
Modified
Tue Mar 22 18:42:50 2011 UTC
(12 years, 2 months ago)
by
misc
- use the new db_and_user type to manage the list of database access
Revision
1357 -
Directory Listing
Modified
Tue Mar 22 18:42:46 2011 UTC
(12 years, 2 months ago)
by
misc
convert db_and_user to a exported type
Revision
1355 -
Directory Listing
Modified
Tue Mar 22 17:27:10 2011 UTC
(12 years, 2 months ago)
by
misc
add a type for database and user, this will simplify some declaration
Revision
1354 -
Directory Listing
Modified
Tue Mar 22 17:27:09 2011 UTC
(12 years, 2 months ago)
by
misc
- do not hardcode the list of database in the file
Revision
1280 -
Directory Listing
Modified
Tue Mar 8 11:54:34 2011 UTC
(12 years, 3 months ago)
by
misc
- add 2 types used for remote db and user, with tag support
Revision
1279 -
Directory Listing
Modified
Tue Mar 8 11:54:32 2011 UTC
(12 years, 3 months ago)
by
misc
add the start of a tagging system for exported db ( so we can have more than one db server )
Revision
1046 -
Directory Listing
Modified
Sat Feb 12 14:03:29 2011 UTC
(12 years, 3 months ago)
by
misc
- fix ordering, as the exec will fail if postgresql is not running
(errors seen when restarting a vm cloning alamut on kvm)
Revision
773 -
Directory Listing
Modified
Thu Jan 13 18:12:22 2011 UTC
(12 years, 4 months ago)
by
misc
add various comment on what should be improved later
Revision
646 -
Directory Listing
Modified
Fri Dec 17 01:45:21 2010 UTC
(12 years, 5 months ago)
by
misc
- do not include password on command line, but use a environnement
variable, so we avoid password leak on the mailling list
Revision
536 -
Directory Listing
Modified
Tue Dec 7 02:40:36 2010 UTC
(12 years, 6 months ago)
by
misc
- add options to remove formatting, so puppet do not try to recreate
the db each time
Revision
535 -
Directory Listing
Modified
Tue Dec 7 02:40:35 2010 UTC
(12 years, 6 months ago)
by
misc
- add the owner option, to set the user to whom the database will belong
Revision
531 -
Directory Listing
Modified
Tue Dec 7 02:40:31 2010 UTC
(12 years, 6 months ago)
by
misc
- create the needed certificate for postgresql ( name is hardcoded )
Revision
527 -
Directory Listing
Modified
Tue Dec 7 02:40:26 2010 UTC
(12 years, 6 months ago)
by
misc
create the database and user on the server, using exported ressources
Revision
526 -
Directory Listing
Modified
Tue Dec 7 02:40:24 2010 UTC
(12 years, 6 months ago)
by
misc
- move the postgresql server bits to a subclass
Revision
525 -
Directory Listing
Modified
Tue Dec 7 02:40:23 2010 UTC
(12 years, 6 months ago)
by
misc
like the user type, add a database type
Revision
524 -
Directory Listing
Modified
Tue Dec 7 02:40:22 2010 UTC
(12 years, 6 months ago)
by
misc
add a type postgres user, to be able to declare postgresql user in puppet directly
Revision
523 -
Directory Listing
Modified
Tue Dec 7 02:40:21 2010 UTC
(12 years, 6 months ago)
by
misc
add a require on a required package, needed to create initial database
Revision
190 -
Directory Listing
Modified
Sun Nov 7 13:07:01 2010 UTC
(12 years, 7 months ago)
by
misc
- my trick about using $name do not work as expected
Revision
189 -
Directory Listing
Modified
Sun Nov 7 13:04:26 2010 UTC
(12 years, 7 months ago)
by
misc
- 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 -
Directory Listing
Modified
Sat Nov 6 07:22:44 2010 UTC
(12 years, 7 months ago)
by
nanardon
- manage pg_ident.conf for postgresql
Revision
120 -
Directory Listing
Modified
Fri Nov 5 00:39:09 2010 UTC
(12 years, 7 months ago)
by
misc
- add a configuration so postgresql is not uselessly reload on each run on alamut
Revision
67 -
Directory Listing
Modified
Fri Oct 29 01:23:27 2010 UTC
(12 years, 7 months ago)
by
nanardon
- typo
Revision
66 -
Directory Listing
Modified
Fri Oct 29 01:22:42 2010 UTC
(12 years, 7 months ago)
by
nanardon
- check postgres is running
Revision
60 -
Directory Listing
Modified
Thu Oct 28 23:59:20 2010 UTC
(12 years, 7 months ago)
by
nanardon
- add login management to postgresql
Revision
59 -
Directory Listing
Modified
Thu Oct 28 23:51:17 2010 UTC
(12 years, 7 months ago)
by
nanardon
- typo
Revision
58 -
Directory Listing
Modified
Thu Oct 28 23:50:45 2010 UTC
(12 years, 7 months ago)
by
nanardon
- typo
Revision
57 -
Directory Listing
Modified
Thu Oct 28 23:50:01 2010 UTC
(12 years, 7 months ago)
by
nanardon
- typo
Revision
55 -
Directory Listing
Added
Thu Oct 28 23:41:31 2010 UTC
(12 years, 7 months ago)
by
nanardon
- add postgresql config