aboutsummaryrefslogtreecommitdiffstats
path: root/modules/phpbb
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-02-15 15:46:24 +0000
committerMichael Scherer <misc@mageia.org>2011-02-15 15:46:24 +0000
commit09b5d95b0886777111e2aebf72e45dc53157c7cf (patch)
treeb4bda75b236c3d34005877b7a44b6b4337d93db3 /modules/phpbb
parentd623d26d7b2e776c84e4ef214c69b80b16d4402d (diff)
downloadpuppet-09b5d95b0886777111e2aebf72e45dc53157c7cf.tar
puppet-09b5d95b0886777111e2aebf72e45dc53157c7cf.tar.gz
puppet-09b5d95b0886777111e2aebf72e45dc53157c7cf.tar.bz2
puppet-09b5d95b0886777111e2aebf72e45dc53157c7cf.tar.xz
puppet-09b5d95b0886777111e2aebf72e45dc53157c7cf.zip
add missing requires for script
Diffstat (limited to 'modules/phpbb')
-rw-r--r--modules/phpbb/manifests/init.pp4
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/phpbb/manifests/init.pp b/modules/phpbb/manifests/init.pp
index a6109e68..d9c4e304 100644
--- a/modules/phpbb/manifests/init.pp
+++ b/modules/phpbb/manifests/init.pp
@@ -9,7 +9,9 @@ class phpbb {
ensure => installed
}
- # TODO ldap account configuration
+ package { "perl-DBD-Pg":
+ ensure => installed
+ }
file { "/usr/local/bin/phpbb_apply_config.pl":
ensure => present,