diff options
author | Michael Scherer <misc@mageia.org> | 2011-04-19 11:05:20 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-04-19 11:05:20 +0000 |
commit | b9c3d490b43aaf20c4ea93855709c2465c0d8615 (patch) | |
tree | c151917d7b9969afe124fe0b90b77eddb70ad66b | |
parent | bf7eb777a5179c0e918abaab0107d58f3824be0d (diff) | |
download | puppet-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 )
-rw-r--r-- | modules/postgresql/manifests/init.pp | 2 |
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, |