]> gitweb.fluxo.info Git - puppet-php.git/commitdiff
Removed old php::apc param
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 14 Sep 2018 20:06:02 +0000 (17:06 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 14 Sep 2018 20:06:02 +0000 (17:06 -0300)
manifests/init.pp

index 3f1dbab4ac67ce76919b30fb6af2c12315135755..148c069c2835ea2a66e9474353e5890d53ee40be 100644 (file)
@@ -39,7 +39,6 @@ class php(
   }
 
   class { 'php::apc':
-    series => $series,
     ensure => $apc,
   }
 }