icingaweb2_dev: provide Package[php-ldap]

refs #6842
This commit is contained in:
Alexander Klimov 2014-10-20 16:12:14 +02:00
parent 3c10d471cd
commit 81d49db566

View File

@ -8,7 +8,7 @@ class icingaweb2_dev {
notify => Service['apache'],
}
package { 'php-pdo':
package { [ 'php-pdo', 'php-ldap' ]:
ensure => latest,
notify => Service['apache'],
}