From 6b8c477b30477f797a544511cbfbc5d51e51d6b4 Mon Sep 17 00:00:00 2001 From: Alexander Klimov Date: Thu, 11 Sep 2014 11:30:24 +0200 Subject: [PATCH] Profile `icingaweb2_dev': notify Service[apache] after installing ZendFramework refs #6842 --- .vagrant-puppet/profiles/icingaweb2_dev/manifests/init.pp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.vagrant-puppet/profiles/icingaweb2_dev/manifests/init.pp b/.vagrant-puppet/profiles/icingaweb2_dev/manifests/init.pp index c5d5073ce..62fcdc251 100644 --- a/.vagrant-puppet/profiles/icingaweb2_dev/manifests/init.pp +++ b/.vagrant-puppet/profiles/icingaweb2_dev/manifests/init.pp @@ -1,7 +1,10 @@ class icingaweb2_dev { include apache include php - include zend_framework + + class { 'zend_framework': + notify => Service['apache'], + } package { 'php-pdo': ensure => latest,