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…
Reference in New Issue