diff options
author | Thomas Backlund <tmb@mageia.org> | 2016-02-08 00:55:54 +0200 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2016-02-08 00:55:54 +0200 |
commit | 0ddc1108bb593ac38ccb3c354c30a28667643b73 (patch) | |
tree | aedbbf7adce6b79dee416d8e07ee926865999f54 /modules/postgresql | |
parent | df723248417eb8671aac0119037aa272c525126d (diff) | |
download | puppet-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
Diffstat (limited to 'modules/postgresql')
-rw-r--r-- | modules/postgresql/manifests/pg_hba.pp | 7 |
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 |