dev/provisioning/modules/apache/manifests/mod/xsendfile.pp
author ymh <ymh.work@gmail.com>
Tue, 18 Oct 2016 15:03:01 +0200
changeset 354 e5f3ab70f6ab
parent 28 b0b56e0f8c7f
permissions -rw-r--r--
bump version

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