aboutsummaryrefslogtreecommitdiffstats
path: root/modules/postgresql/manifests/pg_hba.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/postgresql/manifests/pg_hba.pp')
-rw-r--r--modules/postgresql/manifests/pg_hba.pp7
1 files 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