dev/provisioning/modules/apache/manifests/mod/xsendfile.pp
author ymh <ymh.work@gmail.com>
Tue, 01 Mar 2016 23:35:33 +0100
changeset 135 66c1d31e2f97
parent 28 b0b56e0f8c7f
permissions -rw-r--r--
first steps to add subject editing

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