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

Diff of /puppet/modules/apache/manifests/init.pp

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

revision 2703 by misc, Sun Mar 25 13:22:05 2012 UTC revision 2704 by misc, Mon Apr 2 11:05:30 2012 UTC
# Line 27  class apache { Line 27  class apache {
27          }          }
28      }      }
29    
     define vhost_reverse_proxy($url,  
                                $vhost = false,  
                                $use_ssl = false) {  
         include apache::mod::proxy  
         apache::vhost::base { $name:  
             use_ssl => $use_ssl,  
             vhost => $vhost,  
             content => template("apache/vhost_reverse_proxy.conf")  
         }  
     }  
   
30  }  }

Legend:
Removed from v.2703  
changed lines
  Added in v.2704

  ViewVC Help
Powered by ViewVC 1.1.30