aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-02-22 02:16:14 +0000
committerMichael Scherer <misc@mageia.org>2011-02-22 02:16:14 +0000
commit05fc09db7468d108037199232720d2d5ae56e8aa (patch)
tree0298bae691c0401605c1d69b9a9d9793bbfa623e
parentdc894a7c5f155ed90398fba039e0e0e95d414ec4 (diff)
downloadpuppet-05fc09db7468d108037199232720d2d5ae56e8aa.tar
puppet-05fc09db7468d108037199232720d2d5ae56e8aa.tar.gz
puppet-05fc09db7468d108037199232720d2d5ae56e8aa.tar.bz2
puppet-05fc09db7468d108037199232720d2d5ae56e8aa.tar.xz
puppet-05fc09db7468d108037199232720d2d5ae56e8aa.zip
- reindent required packages, and add php-ldap to the mix
-rw-r--r--modules/phpbb/manifests/init.pp8
1 files changed, 7 insertions, 1 deletions
diff --git a/modules/phpbb/manifests/init.pp b/modules/phpbb/manifests/init.pp
index 67251763..19f64c27 100644
--- a/modules/phpbb/manifests/init.pp
+++ b/modules/phpbb/manifests/init.pp
@@ -6,7 +6,13 @@ class phpbb {
include apache::mod_php
include mysql
- package { ["php-gd","php-xml","php-zlib","php-ftp","php-magickwand","php-pgsql" ] :
+ package { ["php-gd",
+ "php-xml",
+ "php-zlib",
+ "php-ftp",
+ "php-magickwand",
+ "php-pgsql",
+ "php-ldap", ] :
ensure => installed
}