aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/phpbb/manifests/init.pp1
-rw-r--r--modules/phpbb/templates/config.php2
2 files changed, 2 insertions, 1 deletions
diff --git a/modules/phpbb/manifests/init.pp b/modules/phpbb/manifests/init.pp
index 65f00444..0db495db 100644
--- a/modules/phpbb/manifests/init.pp
+++ b/modules/phpbb/manifests/init.pp
@@ -9,6 +9,7 @@ class phpbb {
"php-xml",
"php-zlib",
"php-ftp",
+ "php-apc",
"php-magickwand",
"php-pgsql",
"php-ldap", ] :
diff --git a/modules/phpbb/templates/config.php b/modules/phpbb/templates/config.php
index ecf3289f..95bf1f2a 100644
--- a/modules/phpbb/templates/config.php
+++ b/modules/phpbb/templates/config.php
@@ -8,7 +8,7 @@ $dbname = '<%= database %>';
$dbuser = '<%= user %>';
$dbpasswd = '<%= pgsql_password %>';
$table_prefix = 'phpbb_';
-$acm_type = 'file';
+$acm_type = 'apc';
$load_extensions = '';
@define('PHPBB_INSTALLED', true);