diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-09-14 17:06:02 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-09-14 17:06:02 -0300 |
commit | 7e17a724df67ab386734b46c54df78eb5de1e83a (patch) | |
tree | b456fd2a3525c4e371fa44ea3a4dc7f2f349ed53 /manifests | |
parent | 2ed79b591a28b99c85e32babade3c7d6e2801689 (diff) | |
download | puppet-php-7e17a724df67ab386734b46c54df78eb5de1e83a.tar.gz puppet-php-7e17a724df67ab386734b46c54df78eb5de1e83a.tar.bz2 |
Removed old php::apc param
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 3f1dbab..148c069 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -39,7 +39,6 @@ class php( } class { 'php::apc': - series => $series, ensure => $apc, } } |