/[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 3348 - (show annotations) (download)
Sun Oct 6 18:16:50 2013 UTC (10 years, 6 months ago) by boklm
File size: 392 byte(s)
Add content parameter to apache::vhost::reverse_proxy
1 define apache::vhost::reverse_proxy($url,
2 $vhost = false,
3 $use_ssl = false,
4 $content = '') {
5 include apache::mod::proxy
6 apache::vhost::base { $name:
7 use_ssl => $use_ssl,
8 vhost => $vhost,
9 content => template('apache/vhost_reverse_proxy.conf')
10 }
11 }

  ViewVC Help
Powered by ViewVC 1.1.30