whitespace/quoting: modules/roles/manifests/snapshot_web.pp (make lint happy)
[mirror/dsa-puppet.git] / modules / apache2 / manifests / ssl.pp
1 class apache2::ssl {
2         apache2::module { 'ssl': }
3 }