Mercurial > repos > other > Puppet
view modules/my_fw/manifests/post.pp @ 350:85d2c0079af9
Make opcache core and add APCu for object caching
Nextcloud wants APCu for in-memory object caching.
Opcache has been "core" since v5.5 (althought we're still
importing Zend in one place, so maybe we're not doing it right!)
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sun, 27 Sep 2020 12:59:34 +0100 |
parents | 222904296578 |
children | 2c3e745be8d2 |
line wrap: on
line source
class my_fw::post { firewall { '999 drop all': proto => 'all', action => 'drop', before => undef, } }