Profile `icingaweb2_dev': notify Service[apache] after installing ZendFramework
refs #6842
This commit is contained in:
parent
cad539aa59
commit
6b8c477b30
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue