parent
30ee6c9411
commit
607b0fc0c4
|
@ -3,6 +3,7 @@ class icingaweb2_dev {
|
||||||
include php
|
include php
|
||||||
include icingaweb2
|
include icingaweb2
|
||||||
include icingacli
|
include icingacli
|
||||||
|
include icinga_packages
|
||||||
|
|
||||||
class { 'zend_framework':
|
class { 'zend_framework':
|
||||||
notify => Service['apache'],
|
notify => Service['apache'],
|
||||||
|
@ -11,6 +12,7 @@ class icingaweb2_dev {
|
||||||
package { [ 'php-pdo', 'php-ldap', 'php-phpunit-PHPUnit', 'icinga-gui' ]:
|
package { [ 'php-pdo', 'php-ldap', 'php-phpunit-PHPUnit', 'icinga-gui' ]:
|
||||||
ensure => latest,
|
ensure => latest,
|
||||||
notify => Service['apache'],
|
notify => Service['apache'],
|
||||||
|
require => Class['icinga_packages'],
|
||||||
}
|
}
|
||||||
|
|
||||||
Exec { path => '/usr/local/bin:/usr/bin:/bin' }
|
Exec { path => '/usr/local/bin:/usr/bin:/bin' }
|
||||||
|
|
Loading…
Reference in New Issue