59362bd9a00223a028595f8c9228efdf5dab2143
[mirror/dsa-puppet.git] / 3rdparty / modules / apache / tests / mods.pp
1 ## Default mods
2
3 # Base class. Declares default vhost on port 80 and default ssl
4 # vhost on port 443 listening on all interfaces and serving
5 # $apache::docroot, and declaring our default set of modules.
6 class { 'apache':
7   default_mods => true,
8 }
9