/[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 1102 by misc, Wed Feb 16 17:01:49 2011 UTC revision 1103 by misc, Wed Feb 16 17:28:47 2011 UTC
# Line 225  class apache { Line 225  class apache {
225          }          }
226      }      }
227    
228      define vhost_reverse_proxy($url, $use_ssl = false) {      define vhost_reverse_proxy($url,
229                                   $vhost = false,
230                                   $use_ssl = false) {
231          include apache::mod_proxy          include apache::mod_proxy
232          vhost_base { $name:          vhost_base { $name:
233              use_ssl => $use_ssl,              use_ssl => $use_ssl,
234                vhost => $vhost,
235              content => template("apache/vhost_reverse_proxy.conf")              content => template("apache/vhost_reverse_proxy.conf")
236          }          }
237      }      }

Legend:
Removed from v.1102  
changed lines
  Added in v.1103

  ViewVC Help
Powered by ViewVC 1.1.30