mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 00:04:04 +02:00
puppet: Add note to php-timezone that it's always executed and that it should be a resource
This commit is contained in:
parent
cccab1d3e9
commit
a087bc8c00
@ -23,6 +23,7 @@ class php {
|
||||
require => Package['apache'],
|
||||
notify => Service['apache']
|
||||
}
|
||||
# TODO(el): Always executed. Should be a resource
|
||||
-> exec { 'php-timezone':
|
||||
command => 'sed -re $\'s#^;?(date\\.timezone =).*$#\\1 "UTC"#\' -i /etc/php.ini',
|
||||
notify => Service['apache'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user