dev/provisioning/modules/apache/manifests/mod/xsendfile.pp
author Chloe Laisne <chloe.laisne@gmail.com>
Thu, 25 Aug 2016 19:10:41 +0200
changeset 270 6ddc52965fb8
parent 28 b0b56e0f8c7f
permissions -rw-r--r--
Remove participants doubles

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