aboutsummaryrefslogtreecommitdiffstats
path: root/modules/postgresql/manifests/pg_hba.pp
blob: 1ad2fb3781618bc3e3203380f785dfe9e4d7e816 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
class postgresql::pg_hba(
  $conf_lines = []
) {
  $db = list_exported_ressources('Postgresql::Db_and_user')

  $forum_lang = list_exported_ressources('Phpbb::Locale_db')

  postgresql::config { "${postgresql::server::pgsql_data}/pg_hba.conf":
    content => template('postgresql/pg_hba.conf'),
  }
}
# vim: sw=2