# HG changeset patch # User IBBoard # Date 1576842504 0 # Node ID 960e737a120e54f55dd91d15aed816d81132e6d9 # Parent 001e2f446837a99bad20ec132667fe1b53c404b3 Deduplicate PHP opcache config files diff -r 001e2f446837 -r 960e737a120e modules/website/manifests/php.pp --- a/modules/website/manifests/php.pp Fri Dec 20 11:47:01 2019 +0000 +++ b/modules/website/manifests/php.pp Fri Dec 20 11:48:24 2019 +0000 @@ -46,7 +46,11 @@ notify => Service['httpd'], require => Package[$php_core], } + # Use Remi's (and the OS's) naming convention file { '/etc/php.d/opcache.ini': + ensure => absent, + } + file { '/etc/php.d/10-opcache.ini': ensure => present, source => 'puppet:///modules/website/opcache.ini', }