dev/provisioning/modules/apache/manifests/mod/xsendfile.pp
author Chloe Laisne <chloe.laisne@gmail.com>
Thu, 23 Jun 2016 17:22:57 +0200
changeset 201 9ae2cf79d167
parent 28 b0b56e0f8c7f
permissions -rw-r--r--
Quickfix this is undefined

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