From 81d49db56608866b39ca6257c594a1563cba72dc Mon Sep 17 00:00:00 2001 From: Alexander Klimov Date: Mon, 20 Oct 2014 16:12:14 +0200 Subject: [PATCH] icingaweb2_dev: provide Package[php-ldap] refs #6842 --- .vagrant-puppet/profiles/icingaweb2_dev/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'], }