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

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

  ViewVC Help
Powered by ViewVC 1.1.30