puppet: Add note to php-timezone that it's always executed and that it should be a resource

This commit is contained in:
Eric Lippmann 2014-12-10 15:20:45 +01:00
parent cccab1d3e9
commit a087bc8c00
1 changed files with 1 additions and 0 deletions

View File

@ -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'],