/[adm]/puppet/modules/apache/manifests/vhost/redirect_ssl.pp
ViewVC logotype

Contents of /puppet/modules/apache/manifests/vhost/redirect_ssl.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2690 - (show annotations) (download)
Sun Mar 25 12:47:20 2012 UTC (12 years ago) by misc
File size: 183 byte(s)
split redirect_ssl in a separate file
1 define apache::vhost::redirect_ssl() {
2 apache::vhost::base { "redirect_ssl_$name":
3 vhost => $name,
4 content => template('apache/vhost_ssl_redirect.conf')
5 }
6 }

  ViewVC Help
Powered by ViewVC 1.1.30