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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2704 - (show annotations) (download)
Mon Apr 2 11:05:30 2012 UTC (12 years ago) by misc
File size: 341 byte(s)
split apache::reverse_proxy in a separate file
1 define apache::vhost::reverse_proxy($url,
2 $vhost = false,
3 $use_ssl = false) {
4 include apache::mod::proxy
5 apache::vhost::base { $name:
6 use_ssl => $use_ssl,
7 vhost => $vhost,
8 content => template('apache/vhost_reverse_proxy.conf')
9 }
10 }

  ViewVC Help
Powered by ViewVC 1.1.30