Puppet Class: role::phan
- Defined in:
- puppet/modules/role/manifests/phan.pp
Overview
Class: role::phan
phan requires a significant amount memory to run, more than the default. Performance is increased significantly using the php-ast extension.
4 5 6 |
# File 'puppet/modules/role/manifests/phan.pp', line 4
class role::phan {
require_package('php7.4-ast')
}
|