/[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 930 by misc, Tue Feb 1 12:44:53 2011 UTC revision 931 by misc, Tue Feb 1 12:44:55 2011 UTC
# Line 205  class apache { Line 205  class apache {
205          }          }
206      }      }
207    
208        define vhost_redirect($url) {
209            include apache::base
210            vhost_base { $name:
211                content => template("apache/vhost_redirect.conf"),
212            }
213        }
214    
215      define vhost_reverse_proxy($url) {      define vhost_reverse_proxy($url) {
216          include apache::mod_proxy          include apache::mod_proxy
217          vhost_base { $name:          vhost_base { $name:

Legend:
Removed from v.930  
changed lines
  Added in v.931

  ViewVC Help
Powered by ViewVC 1.1.30