blob: 777eee47d4ca37a658ff3e850592ba985b816615 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
define postgresql::pg_hba(
$conf_lines = []
) {
$db = list_exported_ressources('Postgresql::Db_and_user')
$forum_lang = list_exported_ressources('Phpbb::Locale_db')
# (tmb) disable rewriting config as we are moving to mariadb
# postgresql::config { $name:
# content => template('postgresql/pg_hba.conf'),
# }
}
# vim: sw=2
|