diff modules/website/manifests/php.pp @ 120:b00eb9434938 puppet-3.6

Disable PCRE JIT to stop SELinux giving "denied execmem" for Apache This probably hits performance slightly, but at least now we'll be able to see what happens in audit.log and it won't roll over every few hours!
author IBBoard <dev@ibboard.co.uk>
date Sat, 13 Aug 2016 13:44:01 +0100
parents ef0926ee389a
children 0dd899a10ee1
line wrap: on
line diff
--- a/modules/website/manifests/php.pp	Wed Jul 20 20:31:22 2016 +0100
+++ b/modules/website/manifests/php.pp	Sat Aug 13 13:44:01 2016 +0100
@@ -31,7 +31,7 @@
   }
   file { '/etc/php.d/custom-php.ini':
     ensure => present,
-    content => 'default_charset = \'UTF-8\'',
+    source => 'puppet:///modules/website/custom-php.ini',
   }
 
   if $opcache {