icingaweb2_dev: include and require Class[icinga_packages]

refs #6842
This commit is contained in:
Alexander Klimov 2014-11-24 14:44:17 +01:00
parent 30ee6c9411
commit 607b0fc0c4
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@ class icingaweb2_dev {
include php
include icingaweb2
include icingacli
include icinga_packages
class { 'zend_framework':
notify => Service['apache'],
@ -11,6 +12,7 @@ class icingaweb2_dev {
package { [ 'php-pdo', 'php-ldap', 'php-phpunit-PHPUnit', 'icinga-gui' ]:
ensure => latest,
notify => Service['apache'],
require => Class['icinga_packages'],
}
Exec { path => '/usr/local/bin:/usr/bin:/bin' }