mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
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 {
|
class icingaweb2_dev {
|
||||||
include apache
|
include apache
|
||||||
include php
|
include php
|
||||||
include zend_framework
|
|
||||||
|
class { 'zend_framework':
|
||||||
|
notify => Service['apache'],
|
||||||
|
}
|
||||||
|
|
||||||
package { 'php-pdo':
|
package { 'php-pdo':
|
||||||
ensure => latest,
|
ensure => latest,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user