diff options
author | Olivier Thauvin <nanardon@mageia.org> | 2010-11-06 09:00:37 +0000 |
---|---|---|
committer | Olivier Thauvin <nanardon@mageia.org> | 2010-11-06 09:00:37 +0000 |
commit | bb6b6147c361af5972aad7e6fc95272f50427319 (patch) | |
tree | 406a0bc36d15a2d3d97b4efc60a9ca1cf12c23aa /modules/postgresql/templates | |
parent | a564ae8ecb413264e260f54d14a1dd440e7a0166 (diff) | |
download | puppet-bb6b6147c361af5972aad7e6fc95272f50427319.tar puppet-bb6b6147c361af5972aad7e6fc95272f50427319.tar.gz puppet-bb6b6147c361af5972aad7e6fc95272f50427319.tar.bz2 puppet-bb6b6147c361af5972aad7e6fc95272f50427319.tar.xz puppet-bb6b6147c361af5972aad7e6fc95272f50427319.zip |
- notice the file is in svn
Diffstat (limited to 'modules/postgresql/templates')
-rw-r--r-- | modules/postgresql/templates/pg_hba.conf | 2 | ||||
-rw-r--r-- | modules/postgresql/templates/postgresql.conf | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/modules/postgresql/templates/pg_hba.conf b/modules/postgresql/templates/pg_hba.conf index f2896f30..dd372110 100644 --- a/modules/postgresql/templates/pg_hba.conf +++ b/modules/postgresql/templates/pg_hba.conf @@ -75,6 +75,8 @@ # TYPE DATABASE USER CIDR-ADDRESS METHOD +# This file is in mageia svn: +# $Id$ # Nanar: # This bypass global config for specific user/base diff --git a/modules/postgresql/templates/postgresql.conf b/modules/postgresql/templates/postgresql.conf index 57c4b227..813c0910 100644 --- a/modules/postgresql/templates/postgresql.conf +++ b/modules/postgresql/templates/postgresql.conf @@ -1,7 +1,11 @@ # ----------------------------- # PostgreSQL configuration file # ----------------------------- -# + +# This file is in mageia's svn: +# $Id$ + + # This file consists of lines of the form: # # name = value |