aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2016-02-08 00:55:54 +0200
committerThomas Backlund <tmb@mageia.org>2016-02-08 00:55:54 +0200
commit0ddc1108bb593ac38ccb3c354c30a28667643b73 (patch)
treeaedbbf7adce6b79dee416d8e07ee926865999f54
parentdf723248417eb8671aac0119037aa272c525126d (diff)
downloadpuppet-0ddc1108bb593ac38ccb3c354c30a28667643b73.tar
puppet-0ddc1108bb593ac38ccb3c354c30a28667643b73.tar.gz
puppet-0ddc1108bb593ac38ccb3c354c30a28667643b73.tar.bz2
puppet-0ddc1108bb593ac38ccb3c354c30a28667643b73.tar.xz
puppet-0ddc1108bb593ac38ccb3c354c30a28667643b73.zip
stop rewriting pg_hba.conf as we are moving to mariadb
-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