mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-18 15:31:28 +01:00
5 lines
72 B
Puppet
5 lines
72 B
Puppet
class { 'apache':
|
|
mpm_module => 'prefork',
|
|
}
|
|
include apache::mod::php
|