diff options
author | Michael Scherer <misc@mageia.org> | 2011-02-15 16:09:26 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-02-15 16:09:26 +0000 |
commit | 407bc1cd1f421a5dd3e3fcd97929f31eecc03b47 (patch) | |
tree | daa3c254202dcd1c9eef0588cd2005a46f972118 /modules | |
parent | 09b5d95b0886777111e2aebf72e45dc53157c7cf (diff) | |
download | puppet-407bc1cd1f421a5dd3e3fcd97929f31eecc03b47.tar puppet-407bc1cd1f421a5dd3e3fcd97929f31eecc03b47.tar.gz puppet-407bc1cd1f421a5dd3e3fcd97929f31eecc03b47.tar.bz2 puppet-407bc1cd1f421a5dd3e3fcd97929f31eecc03b47.tar.xz puppet-407bc1cd1f421a5dd3e3fcd97929f31eecc03b47.zip |
- enable access to the db from the vm for phpbb database
Diffstat (limited to 'modules')
-rw-r--r-- | modules/postgresql/templates/pg_hba.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/postgresql/templates/pg_hba.conf b/modules/postgresql/templates/pg_hba.conf index 963785f4..adc68768 100644 --- a/modules/postgresql/templates/pg_hba.conf +++ b/modules/postgresql/templates/pg_hba.conf @@ -94,6 +94,8 @@ hostssl <%= i %> <%= i %> 2a02:2178:2:7::2/128 md5 <% end %> +# temporary, for the forum on friteuse vm +hostssl phpbb phpbb 192.168.122.0/24 md5 # When creating the database ( with bin/checkstup.pl ) bugzilla need to # access to template1 ( https://bugzilla.mozilla.org/show_bug.cgi?id=542507 ) |