From 0ddc1108bb593ac38ccb3c354c30a28667643b73 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Mon, 8 Feb 2016 00:55:54 +0200 Subject: stop rewriting pg_hba.conf as we are moving to mariadb --- modules/postgresql/manifests/pg_hba.pp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/modules/postgresql/manifests/pg_hba.pp b/modules/postgresql/manifests/pg_hba.pp index 180d03ac..777eee47 100644 --- a/modules/postgresql/manifests/pg_hba.pp +++ b/modules/postgresql/manifests/pg_hba.pp @@ -5,8 +5,9 @@ define postgresql::pg_hba( $forum_lang = list_exported_ressources('Phpbb::Locale_db') - postgresql::config { $name: - content => template('postgresql/pg_hba.conf'), - } +# (tmb) disable rewriting config as we are moving to mariadb +# postgresql::config { $name: +# content => template('postgresql/pg_hba.conf'), +# } } # vim: sw=2 -- cgit v1.2.1