From a4384b6dd3ded96c70ae5252a252d3bc8d4264a3 Mon Sep 17 00:00:00 2001 From: Alexander Klimov Date: Thu, 11 Sep 2014 10:30:06 +0200 Subject: [PATCH] Profile `icingaweb2_dev': include zend_framework 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 250e38465..7ee71c297 100644 --- a/.vagrant-puppet/profiles/icingaweb2_dev/manifests/init.pp +++ b/.vagrant-puppet/profiles/icingaweb2_dev/manifests/init.pp @@ -1,6 +1,7 @@ class icingaweb2_dev { include apache include php + include zend_framework Exec { path => '/bin:/usr/bin' }