dev/provisioning/modules/apache/examples/php.pp
author ymh <ymh.work@gmail.com>
Fri, 15 Jan 2016 16:06:58 +0100
changeset 29 50702e620af4
parent 28 b0b56e0f8c7f
permissions -rw-r--r--
update ignore file

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