mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 00:34:03 +02:00
parent
81d49db566
commit
82226066c6
@ -23,6 +23,10 @@ class php {
|
|||||||
require => Package['apache'],
|
require => Package['apache'],
|
||||||
notify => Service['apache']
|
notify => Service['apache']
|
||||||
}
|
}
|
||||||
|
-> exec { 'php-timezone':
|
||||||
|
command => 'sed -re $\'s#^;?(date\\.timezone =).*$#\\1 "UTC"#\' -i /etc/php.ini',
|
||||||
|
notify => Service['apache'],
|
||||||
|
}
|
||||||
|
|
||||||
file { '/etc/php.d/error_reporting.ini':
|
file { '/etc/php.d/error_reporting.ini':
|
||||||
content => template('php/error_reporting.ini.erb'),
|
content => template('php/error_reporting.ini.erb'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user