From e5ca8eb6261abc96824ab87547a79b0a6a86959a Mon Sep 17 00:00:00 2001 From: Alexander Klimov Date: Wed, 10 Sep 2014 18:27:27 +0200 Subject: [PATCH] Profile `icingaweb2_dev': include php refs #6842 --- .vagrant-puppet/profiles/icingaweb2_dev/manifests/init.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/.vagrant-puppet/profiles/icingaweb2_dev/manifests/init.pp b/.vagrant-puppet/profiles/icingaweb2_dev/manifests/init.pp index caa6eefc7..19150b411 100644 --- a/.vagrant-puppet/profiles/icingaweb2_dev/manifests/init.pp +++ b/.vagrant-puppet/profiles/icingaweb2_dev/manifests/init.pp @@ -1,5 +1,6 @@ class icingaweb2_dev { include apache + include php Exec { path => '/bin:/usr/bin' }