From b9c3d490b43aaf20c4ea93855709c2465c0d8615 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Tue, 19 Apr 2011 11:05:20 +0000 Subject: allow to declare forum db and have it added to postgresql with manual intervention ( first part ) --- modules/postgresql/manifests/init.pp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/postgresql/manifests') 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, -- cgit v1.2.1