add Openstack modules to 3rdparty
[mirror/dsa-puppet.git] / 3rdparty / modules / apache / manifests / mod / xsendfile.pp
1 class apache::mod::xsendfile {
2   include ::apache::params
3   ::apache::mod { 'xsendfile': }
4 }