diff --git a/.vagrant-puppet/profiles/icingaweb2_dev/manifests/init.pp b/.vagrant-puppet/profiles/icingaweb2_dev/manifests/init.pp index 55f3edfb6..c0db2f7df 100644 --- a/.vagrant-puppet/profiles/icingaweb2_dev/manifests/init.pp +++ b/.vagrant-puppet/profiles/icingaweb2_dev/manifests/init.pp @@ -8,7 +8,7 @@ class icingaweb2_dev { notify => Service['apache'], } - package { 'php-pdo': + package { [ 'php-pdo', 'php-ldap' ]: ensure => latest, notify => Service['apache'], }