diff options
author | Michael Scherer <misc@mageia.org> | 2011-02-15 15:46:24 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-02-15 15:46:24 +0000 |
commit | 09b5d95b0886777111e2aebf72e45dc53157c7cf (patch) | |
tree | b4bda75b236c3d34005877b7a44b6b4337d93db3 | |
parent | d623d26d7b2e776c84e4ef214c69b80b16d4402d (diff) | |
download | puppet-09b5d95b0886777111e2aebf72e45dc53157c7cf.tar puppet-09b5d95b0886777111e2aebf72e45dc53157c7cf.tar.gz puppet-09b5d95b0886777111e2aebf72e45dc53157c7cf.tar.bz2 puppet-09b5d95b0886777111e2aebf72e45dc53157c7cf.tar.xz puppet-09b5d95b0886777111e2aebf72e45dc53157c7cf.zip |
add missing requires for script
-rw-r--r-- | modules/phpbb/manifests/init.pp | 4 |
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, |