From 0f00fb9f08c3e06c8d173813c37b59b021de5f7f Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Mon, 21 Feb 2011 15:14:45 +0000 Subject: - add php-pgsql, or the forum will fail silently --- modules/phpbb/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/phpbb/manifests/init.pp b/modules/phpbb/manifests/init.pp index 76c71467..9481fbb4 100644 --- a/modules/phpbb/manifests/init.pp +++ b/modules/phpbb/manifests/init.pp @@ -5,7 +5,7 @@ class phpbb { include apache::mod_php include mysql - package { ["php-gd","php-xml","php-zlib","php-ftp","php-magickwand" ] : + package { ["php-gd","php-xml","php-zlib","php-ftp","php-magickwand","php-pgsql" ] : ensure => installed } -- cgit v1.2.1