mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
Puppet module php: install package php-pecl-xdebug
This commit is contained in:
parent
a83ab2c7cb
commit
4cd2469a5f
@ -17,6 +17,7 @@
|
|||||||
class php {
|
class php {
|
||||||
|
|
||||||
include apache
|
include apache
|
||||||
|
include epel
|
||||||
|
|
||||||
package { 'php':
|
package { 'php':
|
||||||
ensure => latest,
|
ensure => latest,
|
||||||
@ -24,5 +25,11 @@ class php {
|
|||||||
require => Package['apache'],
|
require => Package['apache'],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
package { 'php-pecl-xdebug':
|
||||||
|
ensure => latest,
|
||||||
|
notify => Service['apache'],
|
||||||
|
require => Class['epel'],
|
||||||
|
}
|
||||||
|
|
||||||
php::phpd { ['error_reporting', 'timezone', 'xdebug_settings' ]: }
|
php::phpd { ['error_reporting', 'timezone', 'xdebug_settings' ]: }
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user