dev/provisioning/modules/apache/manifests/mod/rewrite.pp
author ymh <ymh.work@gmail.com>
Fri, 02 Dec 2016 17:22:16 +0100
changeset 460 686926d132ff
parent 28 b0b56e0f8c7f
permissions -rw-r--r--
add events, comment, etc to transcripts

class apache::mod::rewrite {
  include ::apache::params
  ::apache::mod { 'rewrite': }
}