dev/provisioning/modules/apache/examples/php.pp
author Chloe Laisne <chloe.laisne@gmail.com>
Fri, 10 Jun 2016 16:19:25 +0200
changeset 183 cc8b022088c8
parent 28 b0b56e0f8c7f
permissions -rw-r--r--
Bubble click area + Linting

class { 'apache':
  mpm_module => 'prefork',
}
include apache::mod::php