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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2690 - (hide 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 misc 2690 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