Disable global serve-cgi-bin config that hogs /cgi-bin
[mirror/dsa-puppet.git] / modules / apache2 / manifests / cache.pp
1 class apache2::cache {
2         apache2::module { 'expires': }
3         apache2::module { 'rewrite': }
4 }