Profile `icingaweb2_dev': notify Service[apache] after installing ZendFramework

refs #6842
This commit is contained in:
Alexander Klimov 2014-09-11 11:30:24 +02:00
parent cad539aa59
commit 6b8c477b30
1 changed files with 4 additions and 1 deletions

View File

@ -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,