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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3347 by misc, Mon Apr 2 11:05:30 2012 UTC revision 3348 by boklm, Sun Oct 6 18:16:50 2013 UTC
# Line 1  Line 1 
1  define apache::vhost::reverse_proxy($url,  define apache::vhost::reverse_proxy($url,
2                                      $vhost = false,                                      $vhost = false,
3                                      $use_ssl = false) {                                      $use_ssl = false,
4                                        $content = '') {
5      include apache::mod::proxy      include apache::mod::proxy
6      apache::vhost::base { $name:      apache::vhost::base { $name:
7          use_ssl => $use_ssl,          use_ssl => $use_ssl,

Legend:
Removed from v.3347  
changed lines
  Added in v.3348

  ViewVC Help
Powered by ViewVC 1.1.30