# HG changeset patch # User IBBoard # Date 1424511420 0 # Node ID 5ba2ddf53c292f766c3e225338751005c10b3003 # Parent aa5b200da1c6a5453aead1776c05bf6b17523d1c Make sure we specify a default charset (even thought it defaults to UTF-8) because ownCloud complains diff -r aa5b200da1c6 -r 5ba2ddf53c29 modules/website/manifests/php.pp --- a/modules/website/manifests/php.pp Sat Jan 24 16:20:10 2015 +0000 +++ b/modules/website/manifests/php.pp Sat Feb 21 09:37:00 2015 +0000 @@ -17,6 +17,11 @@ ensure => present, content => 'allow_url_fopen = \'off\'', } + -> + file { '/etc/php.d/custom-php.ini': + ensure => present, + content => 'default_charset = \'UTF-8\'', + } if $opcache { package { "php${suffix}-${opcache}":