--- puppet/modules/phpbb/manifests/init.pp 2011/02/15 01:13:34 1076 +++ puppet/modules/phpbb/manifests/init.pp 2011/02/15 15:46:24 1086 @@ -9,7 +9,9 @@ ensure => installed } - # TODO ldap account configuration + package { "perl-DBD-Pg": + ensure => installed + } file { "/usr/local/bin/phpbb_apply_config.pl": ensure => present,