From 09b5d95b0886777111e2aebf72e45dc53157c7cf Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Tue, 15 Feb 2011 15:46:24 +0000 Subject: add missing requires for script --- modules/phpbb/manifests/init.pp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'modules/phpbb') 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, -- cgit v1.2.1