aboutsummaryrefslogtreecommitdiffstats
path: root/modules/postgresql
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-04-19 11:05:20 +0000
committerMichael Scherer <misc@mageia.org>2011-04-19 11:05:20 +0000
commitb9c3d490b43aaf20c4ea93855709c2465c0d8615 (patch)
treec151917d7b9969afe124fe0b90b77eddb70ad66b /modules/postgresql
parentbf7eb777a5179c0e918abaab0107d58f3824be0d (diff)
downloadpuppet-b9c3d490b43aaf20c4ea93855709c2465c0d8615.tar
puppet-b9c3d490b43aaf20c4ea93855709c2465c0d8615.tar.gz
puppet-b9c3d490b43aaf20c4ea93855709c2465c0d8615.tar.bz2
puppet-b9c3d490b43aaf20c4ea93855709c2465c0d8615.tar.xz
puppet-b9c3d490b43aaf20c4ea93855709c2465c0d8615.zip
allow to declare forum db and have it added to postgresql with manual intervention ( first part )
Diffstat (limited to 'modules/postgresql')
-rw-r--r--modules/postgresql/manifests/init.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/postgresql/manifests/init.pp b/modules/postgresql/manifests/init.pp
index d171e23f..99a68787 100644
--- a/modules/postgresql/manifests/init.pp
+++ b/modules/postgresql/manifests/init.pp
@@ -58,6 +58,8 @@ class postgresql {
}
$db = list_exported_ressources('Postgresql::Db_and_user')
+
+ $forum_lang = list_exported_ressources('Phpbb::Locale_db')
file { 'pg_hba.conf':
path => "$pgsql_data/pg_hba.conf",
ensure => present,